Click to See Complete Forum and Search --> : How to get path of my program....


AndyK
December 8th, 1999, 04:09 PM
When form loads, it get its locaton on harddrive and returns the location as a string (to textbox or label)

Chris Eastwood
December 8th, 1999, 04:16 PM
Have you tried the 'App.Path' method, eg:



MsgBox App.Path





Chris Eastwood

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

AndyK
December 8th, 1999, 05:09 PM
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