PDA

Click to See Complete Forum and Search --> : VB and Console Application


Jan 7th, 2001, 05:21 AM
Hello,

I have read your tutorial regarding VB and Console Application.
Right now i'm writing a program in VB using the console. Now, i'm executing a program using ShellExecute API function. This function opens its own
console, and return a handle to the task (program).

1. How can i get a handle to that console?
2. If the program writes somthing to the screen, how can i catch that message (in order to show it in a message box for example)?