MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers: http://www.mztools.com
Lou,
The Application class is in the System.Windows.Forms namespace (and
assembly).
Hope this helps
Jay
|I tried
| Application.
|
| i tried
| System Application.
|
| VB did not recognize this??
|
| What namespace do I use?
|
| | > Addendum:
| >
| > ... and 'Application.ExecutablePath'.
| >
| > --
| > M S Herfried K. Wagner
| > M V P <URL:http://dotnet.mvps.org/>
| > V B <URL:http://classicvb.org/petition/>
|
|
'Application' is implemented in "System.Windows.Forms.dll". Either add a
reference to this DLL and import the namespace 'System.Windows.Forms' or use
the methods mentioned by Carlos.
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.