
API Question Concerning Shell/Exec VB5.0
I need to do the following in VB5.0
Either straight VB or w/API Calls to Win32..
1. Launch an application (external EXE) and get the window handle.
2. Get the titlebar text from the window via windowhandle.
3. Set focus to the window and send keys to the exe/app.
4. Close the window/app via the windowhandle.