Saturday, February 4, 2012

Create Visual C++ MFC Application using Microsoft Visual Studio 11 Developer Preview's Application Wizard

- Click New Project... in Microsoft Visual Studio 11 Developer Preview

- Select template of Visual C++, MFC Application to create an application that uses the Microsoft Foundation Class Library, name MFCApplication1. Click OK.
Select template of Visual C++ MFC Application

- Review current project settings, and click Next.
project settings

- Accept the default setting and click Next.
Application Type

- Accept the default setting, Compound document support of None, and click Next.
Compound document support

- Click Next.
Document Template Properties

- Accept Database support of None, click Next.
Database support

- Accept the default User Interface Features.
User Interface Features

- Accept the default Advanced Features.
Advanced Features

- Finish.
Finish

- The application wizard has created this MFCApplication1 application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.

- Double Click to open ReadMe.txt in Solution Explorer. This file contains a summary of what you will find in each of the files that make up your MFCApplication1 application.
ReadMe.txt

- Build and Run.
Demo sample of Visual C++ MFC Application

No comments:

Post a Comment