Managed Form Apllication in VS 2002

D

David

Hello.
I start programing in Visual C++.NEt 2003, When I make Windows Form
application(.NET) Vs.NEt make me project with Form, and it looks like C# or
Vb.net
But when I want make Managed application(.NET) in Visual Studio 2002 it
makes me only console application. IS possible make in VC++.net 2002 make
Windows form application for NET, where I can use NET framework, and to form
Add control such as I can add in C# or Vb.NET. I don't want use MFC or ATL.
Thaks a lot.
 
C

Carl Daniel [VC++ MVP]

David said:
Hello.
I start programing in Visual C++.NEt 2003, When I make Windows Form
application(.NET) Vs.NEt make me project with Form, and it looks like
C# or Vb.net
But when I want make Managed application(.NET) in Visual Studio 2002
it makes me only console application. IS possible make in VC++.net
2002 make Windows form application for NET, where I can use NET
framework, and to form Add control such as I can add in C# or
Vb.NET. I don't want use MFC or ATL. Thaks a lot.

There is no Winforms designer support for C++ in VS.NET 2002. You can
actually build a winforms app with C++ using VS.NET 2002, but you'll have to
write all the code yourself.

-cd
 

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

Top