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#).
 

Ask a Question

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.

Ask a Question

Back
Top