C# equivelant of vb6 app.name

  • Thread starter Thread starter Tim Kelley
  • Start date Start date
Tim said:
Is there an equivelant to the vb6 app.name in c#?

The VB6 what?

If you mean App.EXEName, you might try
Assembly.GetCallingAssembly.GetName.Name on for size.
 
Back
Top