Tech Support > Microsoft Windows > Development Resources > Re: LockSetForegroundWindow emulation on pre ME/2000
Re: LockSetForegroundWindow emulation on pre ME/2000
Posted by Nick Ryan on July 18th, 2003


Perhaps you can do what you want to do with a global message hook
(SetWindowsHookEx). I've found that there are very few things you can't
do with SetWindowsHookEx that involve windows, threads, and messages.
This is certainly infinitely more reliable than an API hook.

John K. wrote:

--
- Nick Ryan (MVP for DDK)



Similar Posts