quote:
Originally posted by Lee Jeffery
quote:
Originally posted by TazDevil
There already is API for this reason....
Use the following message "nMsg" that is broadcasted to all toplevel windows, in order to receive BOSS mode changes
code:
MessengerPlus_ModeChange
wParam = 1 for boss-protect, 2 for lock messenger
lParam = 1 when entering mode, 0 when leavingmode
UINT nMsg = RegisterWindowMessage("MessengerPlus_ModeChange");
o i didnt know about that, thx TazDevil
It seems the Plus! API has more than most are aware of. At least, I don't remember seeing mention of that in the API docs.
Have you made any other discoveries TazDevil? Or are you working on 'insider' information