C Chip Jan 19, 2004 #1 How do you find the directory you are in such as the old way of "App.Path" form VB6 using VB.Net?
B Brian W Jan 19, 2004 #2 take a look at Application.ExecutablePath; Application.StartupPath HTH Brian W
W William Ryan Jan 19, 2004 #3 Environment.CurrentDirectory() ... Process.GetCurrentProcess.MainModule.ModuleName ProcessName = Path.GetFileNameWithoutExtension(ModuleName) HTH, Bill
Environment.CurrentDirectory() ... Process.GetCurrentProcess.MainModule.ModuleName ProcessName = Path.GetFileNameWithoutExtension(ModuleName) HTH, Bill
H Herfried K. Wagner [MVP] Jan 19, 2004 #4 * "Chip said: How do you find the directory you are in such as the old way of "App.Path" form VB6 using VB.Net? Click to expand... See my reply in the other group. Please don't multipost.
* "Chip said: How do you find the directory you are in such as the old way of "App.Path" form VB6 using VB.Net? Click to expand... See my reply in the other group. Please don't multipost.