J Jack Black Aug 19, 2004 #1 Quick question: what do we use now in place of the App object from VB6? Jack
J Jeff Johnson Aug 19, 2004 #2 Quick question: what do we use now in place of the App object from VB6? Click to expand... Take a look at the Application class in the System.Windows.Forms namespace.
Quick question: what do we use now in place of the App object from VB6? Click to expand... Take a look at the Application class in the System.Windows.Forms namespace.
H Herfried K. Wagner [MVP] Aug 20, 2004 #3 * Jack Black said: Quick question: what do we use now in place of the App object from VB6? Click to expand... For most things, the 'System.Windows.Forms.Application' class is a replacement. Take a look at the 'System.Environment' class too.
* Jack Black said: Quick question: what do we use now in place of the App object from VB6? Click to expand... For most things, the 'System.Windows.Forms.Application' class is a replacement. Take a look at the 'System.Environment' class too.