Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting the Program's name - HOWTO? 1

Status
Not open for further replies.
Try

[tt]Dim gcAppName As String = Assembly.GetExecutingAssembly().FullName[/tt]

However, it might not return quite what you were expecting.
 
StrongM said:
it might not return quite what you were expecting
T's OK, I can live with this, colleague! :-)
Thank you!

Regards,

Ilya
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top