Application Name
Is it possible to use the coding to retrieve the name of the application?
For example, the application is named as MyApp.exe.
We can write somethings like
MsgBox(AppName())
and it will prompt up "MyApp.exe" insides the Messagebox.
Tks.
|