External application

hog

Well-known member
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 Im 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 doesnt have a minimize method!
 

Similar threads

T
Replies
0
Views
571
This_display_name_is_already_in_use_They_all_are
T
T
Replies
0
Views
296
This_display_name_is_already_in_use_They_all_are
T
Back
Top