When form loads, it get its locaton on harddrive and returns the location as a string (to textbox or label)
Printable View
When form loads, it get its locaton on harddrive and returns the location as a string (to textbox or label)
Have you tried the 'App.Path' method, eg:
MsgBox App.Path
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb
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