VB - how can I write back to the console that called the program???
Results 1 to 7 of 7

Thread: VB - how can I write back to the console that called the program???

Threaded View

  1. #1
    Registered User CeeBee's Avatar
    Join Date
    Nov 2002
    Location
    USA
    Posts
    2,494

    VB - how can I write back to the console that called the program???

    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
    Last edited by CeeBee; September 8th, 2004 at 09:26 AM.

Similar Threads

  1. Help With a VB ASCII Program
    By pitlord2 in forum Programming And Web Design
    Replies: 0
    Last Post: April 22nd, 2004, 04:44 PM
  2. busy work
    By ilovetheusers in forum Tech Lounge & Tales
    Replies: 6
    Last Post: July 23rd, 2002, 03:04 PM
  3. [RESOLVED] Dos write back?
    By maxpace in forum DOS
    Replies: 3
    Last Post: September 7th, 2001, 09:55 PM
  4. [RESOLVED] launching external program from VB
    By ibennetch in forum Programming And Web Design
    Replies: 2
    Last Post: July 9th, 2001, 08:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •