Click to See Complete Forum and Search --> : Prevent task switching


Alek
April 3rd, 1999, 03:44 PM
How can I prevent the Windows to switch my application with the another as a screen saver.
I tried to hand Windows messages with SetWindowsHookEx with WH_MSGFILTER type message filtering and giving as a parameter a HHOOK type function which wait for MSGF_NEXTWINDOW.
This method has no success and I please some one to help me to resolve my problem.

Thanks in advance