Click to See Complete Forum and Search --> : U I


subhojyoti
April 19th, 2000, 03:45 AM
I would like other programs to minimise as soon as my exe is initialised

Subho

April 19th, 2000, 03:59 AM
This will do the work:

http://support.microsoft.com/support/kb/articles/Q194/9/14.ASP

Good luck

Lothar Haensler
April 19th, 2000, 04:00 AM
MSDN article Q194914 has the details including VB source code.
You basically mimic the WindowsKey+M keyboard combination by calling the keybd_event API.