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 TouchToneTommy 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.

IlyaRabyy

Programmer
Nov 9, 2010
568
US
Colleagues,
How do I get the Program's name?
I found this:
but it didn't help:

20200803_ProgamName_HowToGet_nydeiz.jpg


So... HOWTO?
AHWBGA!

Regards,

Ilya
 
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