Link to home
Start Free TrialLog in
Avatar of Kokas79
Kokas79

asked on

Cannot find namespaces with "using"

Hello

I am using VS.NET and am in a console application. I want to use the System.Drawing and System.Windows.Forms, so my class can inherit from Form.
But when i type "using System." those namespaces dont come up. what is the problem?

Thanks
SOLUTION
Avatar of ihenry
ihenry

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kokas79
Kokas79

ASKER

thanks...can u tell me how to do that step by step? i dont know how
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just locate suggestion no. 4 for ".NET References List" from this step by step article:
http://www.ssw.com.au/ssw/standards/bettersoftwaresuggestions/VisualStudio.aspx
:o) someone has already answer it.
Avatar of Kokas79

ASKER

yes i got the answer...but thanks a lot for the article henry
No problem :o) glad you got it sorted.