Thanks, good ideas
ADDED IN THE PLUS! MENU :
- Turn AF ON } when OFF
- Turn AF OFF } when ON
>> AutoForeground
quote:
Originally posted by Matty
code:
Interop.Call('user32', 'BringWindowToTop', hWnd);
This function is the same as 'Interop.Call("User32.dll","SetForegroundWindow",hWnd)' and they ONLY works when the window is not minimized !! xD
quote:
Originally posted by KnRd_WC
code:
Interop.Call("User32.dll","ShowWindow",hWnd,9); // 9=SW_RESTORE
But, thanks
quote:
Originally posted by Jiggs
also, is it possible to make it pop into foreground without popping up the taskbar?
i use the enhancer script to stop the taskbar from flashing, but with this script enabled, it does so anyway. no big deal tho.
Sorry, but I don't really understand
(Hey, I'm French !!! xD)