G Guest Jun 6, 2006 #2 should I use property? class level variable and use pre-processor? I use the exe file's date: FileDateTime(Application.ExecutablePath) There may be something better in in fw 2.0.
should I use property? class level variable and use pre-processor? I use the exe file's date: FileDateTime(Application.ExecutablePath) There may be something better in in fw 2.0.
G gs Jun 6, 2006 #3 thank you. that is good enough AMercer said: I use the exe file's date: FileDateTime(Application.ExecutablePath) There may be something better in in fw 2.0. Click to expand...
thank you. that is good enough AMercer said: I use the exe file's date: FileDateTime(Application.ExecutablePath) There may be something better in in fw 2.0. Click to expand...
G gs Jun 6, 2006 #4 oops. Application is not defined when I try to use FileDateTime(Application.ExecutablePath) in new() what other context can I use it?
oops. Application is not defined when I try to use FileDateTime(Application.ExecutablePath) in new() what other context can I use it?
G Guest Jun 6, 2006 #5 oops. Application is not defined when I try to use FileDateTime(Application.ExecutablePath) in new() what other context can I use it? Click to expand... It is probably your imports. The fully qualified names are: Microsoft.VisualBasic.FileDateTime System.Windows.Forms.Application.ExecutablePath
oops. Application is not defined when I try to use FileDateTime(Application.ExecutablePath) in new() what other context can I use it? Click to expand... It is probably your imports. The fully qualified names are: Microsoft.VisualBasic.FileDateTime System.Windows.Forms.Application.ExecutablePath
G gs Jun 16, 2006 #6 thank you However I still get trouble with Dim appPathFn As String appPathFn = System.Windows.Forms.Application.ExecutablePath Windows is not a member of System I am using visual basic .net express 2005. don't know if that make any difference. So far Google has not helped be yet
thank you However I still get trouble with Dim appPathFn As String appPathFn = System.Windows.Forms.Application.ExecutablePath Windows is not a member of System I am using visual basic .net express 2005. don't know if that make any difference. So far Google has not helped be yet