Simple Beginner Question

  • Thread starter Thread starter George W. Barrowcliff
  • Start date Start date
G

George W. Barrowcliff

Converting from a VB6 to Visual Studio 8 Express.

What is the corrrect way to get information about the application?

Name, directory, etc

TIA, GWB
 
George said:
Converting from a VB6 to Visual Studio 8 Express.

What is the corrrect way to get information about the application?

Name, directory, etc

TIA, GWB

Look at the Application object, such as the ProductName and StartupPath
properties.
 
Back
Top