Question Help enter text on one vb app, to be inserted into another

Joined
Jun 7, 2011
Messages
5
Programming Experience
5-10
I have previously made a game in VB.
I have created an input app where the user types in their name.(Like parental Settings)
and how long they want app to stay open.

I want the input app to first execute the second app then type info into appropriate boxes.
But then close app after specified time for instance 5 mins

I know for the web you can simply do --- WebBrowser1.Navigate Then "GetElementById" to pick the appropriate text box to drop data into.
But how can i do this on vb for another vb app
 
Back
Top