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

    Passing a path to an exe

    I have created a VB 6 app.

    When I run this I need to put in a path
    Example (Myproject.exe c:\temp)

    How do I set this up in VB so that I can pass C:\temp (or any path) to my fucntions??

    Thanks
    tcompe


  2. #2
    Join Date
    Jun 1999
    Location
    Georgia
    Posts
    24

    Re: Passing a path to an exe

    Never Mind....

    Sorry this was such a stupid question.

    I figured out how to do it

    Thanks
    tcompe


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