L Larry Lard Aug 17, 2006 #2 Tim said: Is there an equivelant to the vb6 app.name in c#? Click to expand... The VB6 what? If you mean App.EXEName, you might try Assembly.GetCallingAssembly.GetName.Name on for size.
Tim said: Is there an equivelant to the vb6 app.name in c#? Click to expand... The VB6 what? If you mean App.EXEName, you might try Assembly.GetCallingAssembly.GetName.Name on for size.