|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Application.StartupPathHey all,
I have a project that has been using Application.StartupPath successfully for a couple months now. However, when I pulled up the source just recently the compiler (or code complete) doesn't recognize this method. Am I missing something here? thanks, rodchar yes.
Show quoteHide quote "Cor Ligthert" wrote: > Rodchar, > > Is it a system.forms project? > > Cor > > > "rodchar" <rodc***@discussions.microsoft.com> schrieb: Make sure the project contains a reference to "System.Windows.Forms.dll" and > I have a project that has been using Application.StartupPath successfully > for a couple months now. However, when I pulled up the source just > recently > the compiler (or code complete) doesn't recognize this method. Am I > missing > something here? the namespace 'System.Windows.Forms' is imported. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> thanks, this helped.
Show quoteHide quote "Herfried K. Wagner [MVP]" wrote: > "rodchar" <rodc***@discussions.microsoft.com> schrieb: > > I have a project that has been using Application.StartupPath successfully > > for a couple months now. However, when I pulled up the source just > > recently > > the compiler (or code complete) doesn't recognize this method. Am I > > missing > > something here? > > Make sure the project contains a reference to "System.Windows.Forms.dll" and > the namespace 'System.Windows.Forms' is imported. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> > >
TextChanged
stringbuilder replace doesn't work on vbLf , vbCrLf , vbCr Regular Expression to Parse HTML Sending Mail using dotNET Excel Reports in VB.NET Opening and Closing a form error : Cannot access a disposed object named "frmImage". sending bytes openfiledialog control locks folder Change/assign a value to dataset DATAGRID+SQL: INSERT - works, but SELECT - not :-( |
|||||||||||||||||||||||