Wheres system.windows.forms?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All... I'm trying to us a control that requires using
system.windows.forms. I'm getting a compile error tho - it doesnt understand
system.windows.forms. I installed VS .Net 2003 pro. What am I missing? Do
I need to download somethign else? Thanks for the help.
 
Curt said:
Hi All... I'm trying to us a control that requires using
system.windows.forms. I'm getting a compile error tho - it doesnt
understand
system.windows.forms. I installed VS .Net 2003 pro. What am I missing?
Do
I need to download somethign else? Thanks for the help.

Make sure a refernece to "System.Windows.Forms.dll" exists and the namespace
'System.Windows.Forms' is imported ('Imports' in VB.NET and 'using' in C#).
 
Back
Top