> just create unique messages like %MYMESSAGE = 10000
Um, I think you should make private messages based on %WM_USER. There's a whole numeric range reserved for application-specific messages.
But if you want UNIQUE and cross-process, see RegisterWindowMessage() function.
Um, I think you should make private messages based on %WM_USER. There's a whole numeric range reserved for application-specific messages.
But if you want UNIQUE and cross-process, see RegisterWindowMessage() function.
Comment