|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Application class problemI got a progress bar form which run in my project A very well, Now, I copy
it to anthoer project B , It got a error that " class Applicaiton is not declared" , I don't know where is the problem . Does any one know ?? or Does anyone try Marquee progress Bar ? Public Shared Sub Main() Application.EnableVisualStyles() Application.Run(New frmProgressBar) End Sub "Agnes" <ag***@dynamictech.com.hk> schrieb: Make sure your project contains a reference to "System.Windows.Forms.dll" >I got a progress bar form which run in my project A very well, Now, I copy >it to anthoer project B , It got a error that " > class Applicaiton is not declared" , I don't know where is the problem . > Does any one know ?? > > > Public Shared Sub Main() > Application.EnableVisualStyles() > Application.Run(New frmProgressBar) > End Sub and the 'System.Windows.Forms' namespace is imported. > or Does anyone try Marquee progress Bar ? Displaying a progressbar control in marquee mode<URL:http://dotnet.mvps.org/dotnet/faqs/?id=marqueeprogressbar&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Did you create the progress bar class yourself or is it the one used in the
Windows Forms? Crouchie1998 BA (HONS) MCP MCSE Official Microsoft Beta Tester
Why use Events?
[Datable] change column datatype ownerdraw menu, help appreciated File Path (Application Path) Custom collections Best way to get the value of one particular node of an XML string Crystal Report Database Change Update Command with Parameter.... DataGrid LostFocus does not seem right Access parent form (protected friend/friend) variable in child form |
|||||||||||||||||||||||