To create Microsoft Visual C++ .Net Project
 
 
 

      How to create  new Visual  C++ .Net  project, type MFC.  

 


    
 
 

 To create  new Project - KJV_VCNet.
Run Microsoft Visual Studio .Net.
On the File menu , click New, and then click Project .... The New Project dialog box appears.
 
  1. In the Project Types pane, select the Visual C++ Projects folder.
  2. In the Templates pane, select MFC Application icon (project type). A message appears indicating the type of project you are going to create - (An Application that uses the Microsoft Foundation Class Library).
  3. In the Name box, type KJV_VCNet.
  4. In the Location box, type C:\
  5. Click OK.

MFC Application Wizard - KJV_VCNet dialog box appears
 

 

In the MFC Application Wizard - KJV_VCNet dialog box:
 
  1. Select Application Type.
  2. Select Dialog based radio button
  3. Select MFC Standard radio button
  4. Select Use MFC in a shared DLL check button
  5. Click Finish.


   The MFC  Application create all necessary files and opens the  Visual C++ .Net project - KJV_VCNet
 

 

 List of the items associated with this project created...

 

 Dialogs and files  created ...

 

 Add  2 new Dialogs - IDD_BOOK and IDD_BIOGRAPHY
 




 


Previous Home
2
Next