Results 1 to 3 of 3

Thread: Path where Executable is started

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455
    Hello VB users,

    I have seen it, but did not write it down.

    How can I find the directory where the VB executable was start?

    Nice regards,

    Michelle.

  2. #2
    Guest
    Hi!

    I'm not sure what you do mean exactly but try

    Code:
    Sub Main
        msgbox "Started in: " + App.Path
    End Sub
    best regards,
    da_bob
    __________________

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455
    Thanks da_bob.

    I hope that I don't forget the code!

    Michelle.

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