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.
Printable View
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.
Hi!
I'm not sure what you do mean exactly but try
best regards,Code:Sub Main
msgbox "Started in: " + App.Path
End Sub
da_bob
__________________
Thanks da_bob.
I hope that I don't forget the code!
Michelle.