CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    How to get path of my program....

    When form loads, it get its locaton on harddrive and returns the location as a string (to textbox or label)


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

    Re: How to get path of my program....

    Have you tried the 'App.Path' method, eg:



    MsgBox App.Path





    Chris Eastwood

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

  3. #3
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: How to get path of my program....

    Hey, this is cool!!! I never knew that method, I really don't know much of VB, so that was one of what I don't know :-)

    Thanks


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