- 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
- PS Emulation (Microsoft Windows) by LMO
- emulation (Printers) by RB
- Linux emulation (Software & Applications) by fed
- LAN emulation over Internet (VPN) (Software & Applications) by BOOGIEMAN
- Re: LockSetForegroundWindow emulation on pre ME/2000 (Development Resources) by Gary Chanson

