G
Guest
I am trying to use the Notify Flag to send a message when a song is finished
playing. I got it to work by setting up a dummy window and overriding it's
WndProc procedure then raising an event in my application. This work great
until I open a new window then the Notify message doesn't seem to trigger the
WinProc procedure in my dummy window. I guess it's because another window
has the focus...is there any other way I can intercept this message when the
window or it's parent doesn't have the focus?
Dennis in Houston
playing. I got it to work by setting up a dummy window and overriding it's
WndProc procedure then raising an event in my application. This work great
until I open a new window then the Notify message doesn't seem to trigger the
WinProc procedure in my dummy window. I guess it's because another window
has the focus...is there any other way I can intercept this message when the
window or it's parent doesn't have the focus?
Dennis in Houston