Modify ↓
Opened 10 years ago
Closed 10 years ago
#3138 closed Feature Request (Rejected)
GUIRegisterMsg - add to chain
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
As written in help:
GUIRegisterMsg - Register a user defined function for a known Windows Message ID (WM_MSG).
With this function you can have only one user-function per one known Windows Message ID (WM_MSG). Registering second function will delete first.
If it possible, I wanted function like GUIAddUserMsg( msgID, "function" ) so i can register many standalone functions for one message ID - something like adding them to message chain handler.
Attachments (0)
Note:
See TracTickets
for help on using tickets.

Jon has already stated that this will not be done.
M23