How to enable Windows Forms toolbox in VC.Net 2003?

  • Thread starter Thread starter Microsoft
  • Start date Start date
M

Microsoft

Hi,

I am newbie for Visual studio .Net.

I had .Net 2002 installed on my system. Now I have installed .Net 2003 under
the pretext that Windows forms would be available for use in VC.Net. But in
my MFC Application, i try to access the winforms, they are all greyed out.

How do I enable them to start using them? Please help!!

Thanks in advance,
Amith.
 
I had .Net 2002 installed on my system. Now I have installed .Net 2003 under
the pretext that Windows forms would be available for use in VC.Net. But in
my MFC Application, i try to access the winforms, they are all greyed out.

How do I enable them to start using them?

Amith,

I wouldn't expect WinForms to be available in an MFC project (though
there might be some changes in that respect in the next version of
VS). If you start from a C++ .Net Windows Forms project - does it work
then?

Dave
 
Back
Top