What happened to APP object??

  • Thread starter Thread starter Jack Black
  • Start date Start date
J

Jack Black

Quick question: what do we use now in place of the App object from
VB6?

Jack
 
Quick question: what do we use now in place of the App object from
VB6?

Take a look at the Application class in the System.Windows.Forms namespace.
 
* Jack Black said:
Quick question: what do we use now in place of the App object from
VB6?

For most things, the 'System.Windows.Forms.Application' class is a
replacement. Take a look at the 'System.Environment' class too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top