Click here to Skip to main content
15,881,812 members
Articles / Desktop Programming / MFC
Article

An MFC Application Wizard with .NET Framework Support

Rate me:
Please Sign up or sign in to vote.
3.70/5 (7 votes)
1 Jun 2005 40K   816   18   4
This paper gives a general MFC application wizard which supports .NET Framework.

Introduction

To successfully install the wizard, you must first download "Wizard.zip". After decompressing the file "Wizard.zip", you will obtain a directory "Microsoft Visual Studio .NET". It has two sub-directories, one is codeproject and the other is vc. Now copy all the sub-directories of this directory into your "Visual Studio .NET 2003" install directory.

After installing this wizard, when a new project is created, a new wizard appears (name: MFC Application with .NET Framework Support):

Image 1

You can add the .NET user control to your MFC project by using another wizard. This wizard is an "Add Class” wizard which appears when you add a class into your project:

Image 2

Using this wizard, you can create an MFC application which can host a user control as a MFC CView object:

Image 3

If you have any questions, please contact me at sunhuizlz@yeah.net.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here



Comments and Discussions

 
Generalvery cool! Pin
hardscree28-Nov-06 18:16
hardscree28-Nov-06 18:16 
Generalvery cool Pin
globeboy1-Jun-05 22:42
globeboy1-Jun-05 22:42 
GeneralRe: very cool Pin
sunhui2-Jun-05 2:22
sunhui2-Jun-05 2:22 
GeneralRe: very cool Pin
Martial Spirit13-Jun-05 0:54
Martial Spirit13-Jun-05 0:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.