Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++ Windows Forms?

Status
Not open for further replies.

Skute

Programmer
Jul 21, 2003
272
GB
Hi,

in the MSDN for windows forms:

it says:

"In the Templates pane, choose Windows Application for Visual Basic or Visual C# projects, or choose Windows Forms Application (.NET) for Visual C++ projects. "

However, i dont have the option to choose "Windows Forms Application (.NET)". Why isnt this in my installation / how do i get it.

Anyone help? Cheers
 
In my project types templates for Visual C++ types i would choose Managed C++ Application for a C++ applcation using the .NET Windows Forms library.

I hope you have a requirement for that unless your just researching. B-)

-pete
 
yeah i have no requirements for it, was just going to experiment.

just out of interest, what would be a requirement for using winforms with c++ ?

cheers
 
The only requirement would be for use with the .NET Framework which needs Managed C++. If you don't want to use the Framework, VS also lets you use MFC or write directly to the Windows API like in olden times.
happy.gif


Cheers.
 
like olden times??

i still prefer writing to the API much more than i like using MFC. I just cant get to grips with it ;)
 
>> I just cant get to grips with it ;)

Then don't use it [wink]

Look at the ATL Windowing system or another Windowing class library, or even write your own.

It's all good [cheers]

-pete
 
cheers, got any decent links for ATL?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top