Link to home
Start Free TrialLog in
Avatar of BeginnerVB_Net
BeginnerVB_Net

asked on

how to hide the other exe's when it opens up three more exe with it


hi all ,

i need to open an exe in vb.net inside my form , i was able to do it  using shell or system.dignostics .

The problem i have is that this exe opens up 3 more exe along with it  so when i open the orginal exe inside my form the other 3 exe just opens in the taskbar .

 i  tried to open the other three exe individually in hide mode  even before opening the main exe so that when i open the main exe all other three exe will be in hide mode, but i was able to do just for one  because the other two exe are bind together such that one opens the other one.

please give me some suggestion to tackle this problem

ricky
Avatar of Scoobyed
Scoobyed

http://www.codeproject.com/shell/
u can do allsorts using api like findwindow, to get handle of processes by just their window title, then can sendmessage to them to minimise (some might only minimise to the taskbar, others may not show in taskbar at all)
 
ASKER CERTIFIED SOLUTION
Avatar of Scoobyed
Scoobyed

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial