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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Checking if string 2
Msgbox for C# 13
Debug window 3
Handle to Printer Device 1
C# equivelent of VBA "with..end with" statement 15
ShellExecuteEx 3
vb6 to c# conversion 3
Modal in C# 3

Back
Top