Get the Application Path with the Filename
Sunday, June 17th, 2007Dim appPathFilename As String appPathFilename = System.Windows.Forms.Application.ExecutablePath MessageBox.Show(appPathFilename)
Dim appPathFilename As String appPathFilename = System.Windows.Forms.Application.ExecutablePath MessageBox.Show(appPathFilename)