How to control another program to run cryptically?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
i write a hook to modify the window style,but some program has
SplashWindow, which i can't control it.
How to implement that?

thanks
 
I wanna control other programs to run in background,it means the main window
and the SplashWindow(if it exist) is invisible when it start up.
I tried to install a hook with WH_GETMESSAGE ,WH_SHELL,WH_CBT, but did't
implement that.
 
Back
Top