External application

hog

Senior Contributor
Joined
Mar 17, 2003
Messages
984
Location
UK
I have an application that starts an external app to allow the user to interact with to obtain various data output. At a certain point I want to minimize this external app and return focus to the main app. Then at another point restore the external app for more output.

Basically I'm just trying to automate things to make life easier for the user.

Is this possible in VB.NET:?
 
OK so I have found a way to close the extrenal app by using the process object. But this object doesn't have a minimize method!
 
Back
Top