|
-
December 8th, 1999, 05:09 PM
#1
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)
-
December 8th, 1999, 05:16 PM
#2
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
-
December 8th, 1999, 06:09 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|