CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    *** urgent, please helpt: how to write to stdio??? ***



    Hi everyone,


    I am new to VB. I'm writing a VBA compiled into EXE, that will work as a CGI program, and I need to return a webpage as a result to executing the program, by writing HTML strings to the STDIO (standard I/O) just like print "hello world" does in C.

    How do you accomplish this in VBA????


    Please respond.. I've been looking everywhere for this and it's very urgent.

    so I'd very much appreciate it..


    Thanks a million!

  2. #2
    Join Date
    Feb 1999
    Location
    kar,india
    Posts
    12

    Re: *** urgent, please helpt: how to write to stdio??? ***



    You use the Print command of Visual Basic

    eg:

    Print "Hello World"

    Which prints to your form.

    ( refer VB Standard Help , topic Print )


    Wish you all the best!!!

    Girish,

    Project Manager,

    GuildSoft Pvt. Ltd.

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