O.P. RE: Want sound when message received
Hi raceprouk,
By 'catch events' do you mean events of other applications, like WM_ messages? This is done using a Hook callback function, implemented using the SetWindowsHookEx() API.
However, I don't think catching window events is the answer. Using a program called Winspector (similar to Spy++) I have examined the message queue of a Messenger chat window, and noticed nothing useful.
Also, I don't recall Plus! being able to do this. Could you tell me where it does?
I'd be very grateful for any assistance you can provide on this matter.
|