G
gs
Dim appPathFn As String
appPathFn = System.Windows.Forms.Application.ExecutablePath
Windows is not a member of System
I saw come code in the internet as
appPathFn = Application.ExecutablePath
but that does not work for me
I am using visual basic .net express 2005. don't know if that make any
difference. So far Google has not helped me yet
appPathFn = System.Windows.Forms.Application.ExecutablePath
Windows is not a member of System
I saw come code in the internet as
appPathFn = Application.ExecutablePath
but that does not work for me
I am using visual basic .net express 2005. don't know if that make any
difference. So far Google has not helped me yet