View Single Post
  #1 (permalink)  
Old 02-12-2008, 08:10 AM
kawawong kawawong is offline
Newbie
 
Join Date: Jan 2008
Posts: 4
Smile 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.
Reply With Quote