MFC Quick Start Guide (Part 1): Create a simple dialog
- Open Visual Studio
- Press Ctrl+Shift+n to create a new project
- Choose Visual C++ → MFC Application
- Give your project and solution a name in the Name field and the Solution name field
(Fig. 1.2: Names) - When the dialog in Fig. 1.3 shows up , choose Application Type
- Choose Dialog bases
- Choose MFC standard
- Check Use MFC in a shared DLL
(Fig. 1.3: Application Type) - Choose User Interface Features and uncheck everything
- Choose Advanced Features and uncheck everything
- Click finish and a window similar to Fig. 1.6 should pop up.
- Press Ctrl+shift+B to build the solution
(Fig. 1.7: Dialog)
MFC Quick Start Guide (Part 1): Create a simple dialog
Reviewed by Kevin Lai
on
2:42:00 AM
Rating:
No comments: