Application.Run()??

jorge

Well-known member
Joined
Jul 13, 2003
Messages
239
Location
Belgium
ok, i a few programs i use
Application.Run() and other Funtion of Application,
but i created a new project and now when i try to use Application.Run(), it say Application is not definde, what up whit that?
 
Maybe youve lost your reference to System.Windows.Forms. Try System.Windows.Forms.Application.Run to see if thats the case.
 
Back
Top