CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2000
    Location
    Netherlands
    Posts
    20

    VB Commandline Arguments ??

    Hi there,
    I am pretty new at vb and brwosing thru the help files didn't give me the answer i was looking for:
    How can i pass command line parameters to a VB program? In C its argv and argc. Is there an equivalent in VB 6.0?

    Thanks,

    Guus


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: VB Commandline Arguments ??

    There's some very good code at http://codeguru.developer.com/vb/articles/1755.shtml that handles multiple command line arguments.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Sep 1999
    Posts
    18

    Re: VB Commandline Arguments ??

    Try function Command()


  4. #4
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: VB Commandline Arguments ??

    Try this method that I have posted here:

    http://www.codeguru.com/bbs/wt/showp...b&Number=11809

    Michael Vlastos
    Automation Engineer
    Company SouthGate Hellas SA
    Development Department
    Athens, Greece

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