CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Location
    Fürth, Bavaria, Germany
    Posts
    4

    DOS prompt and VB

    Hi,
    I got a short question. When a VB App is called from within a DOS prompt, is it possible to print messages to the calling DOS prompt from the VB App?
    I would really appreciate your help...
    Thanks in advance...
    CU
    Harald Braun


  2. #2

    Re: DOS prompt and VB

    sorry...
    It's not possibile. VB can't use stdout (standard output) and stdin (standard input).

    So U can't write Console app or CGI...

    hi,brt

    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

  3. #3
    Join Date
    Aug 2001
    Location
    Fürth, Bavaria, Germany
    Posts
    4

    Re: DOS prompt and VB

    OK, thanks for your help anyway:-)

    CU
    Harald Braun


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured