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

Thread: RETURNCODE

  1. #1
    Join Date
    Dec 1999
    Location
    Austria
    Posts
    17

    RETURNCODE

    I want to start a VisualBasic - Program from a Perl Program. When my VisualBasic - Proram is ending, it should give a returncode (0 for OK, 1 for Failed) back to my Perl - Program. How can I get this returncode?
    thanks to all


  2. #2
    Join Date
    Nov 1999
    Posts
    3

    Re: RETURNCODE

    Visual Basic has not implemented the concept of Exit codes. Therefore you can not send the Exit code status to the calling program.

    Cheers,
    Bin




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