Assume I have a program (myvb.exe) that is called from a command prompt. I need to be able to write data BACK to the command prompt - something like printf() in C. The problem is that when a vb app is called, it is being detached from the console. So how do I do it??? Something like:
C:>myvb.exe
Hello World!
C:>
Oh, and it's VB6, not the .NOT
