how can i find where the program i have made is being run from on another users computer
ex.
persons installs program to C:/program
the pice of code should give me back
C:/program
thanx in advance
Printable View
how can i find where the program i have made is being run from on another users computer
ex.
persons installs program to C:/program
the pice of code should give me back
C:/program
thanx in advance
VB Code:
MsgBox App.Path
thats easy enof thanks