pevent any window from being shown??

delphi package - easy access to shell apis
Post Reply
mld
Posts: 4
Joined: Sat Mar 28, 2009 10:06 pm

pevent any window from being shown??

Post by mld »

Hi All

i would like to know if there is a way to prevent any indow befooooooooooore it is shown

i can re-hide it by listening to TwmShowwindow msg, but i need to prevent it from the begining



plz help
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

SetWindowsHookEx(CBT) should do the trick.
Post Reply