Link to home
Start Free TrialLog in
Avatar of BWATERS
BWATERS

asked on

App.Title

How would I extract an application title or description from a file in VB5.
Avatar of cognition
cognition

MsgBox App.FileDescription
MsgBox App.Title

or
Text1.Text = App.Title


You set these properties in the Make tab of the project properties window.

Or were you asking how to get that info from *another* program?

M

Avatar of BWATERS

ASKER

Sorry, I meant from another application, NOT running.
I can find the info in Task MAnager for the running apps.
ASKER CERTIFIED SOLUTION
Avatar of Mirkwood
Mirkwood

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial