You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mfc/walkthrough-using-the-new-mfc-shell-controls.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ After **MFC Application Wizard** displays, use the following options:
40
40
41
41
- On the **User Interface Features** pane, make sure the **Use a menu bar and toolbar** option is selected. Leave all other options as they are.
42
42
43
-
- On the **Advanced Features** pane, select **ActiveX controls**, **Common Control Manifest**, and **Navigation pane** option. Leave everyuthing else as it is. The **Navigation Pane** option will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
43
+
- On the **Advanced Features** pane, select **ActiveX controls**, **Common Control Manifest**, and **Navigation pane** option. Leave everything else as it is. The **Navigation Pane** option will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
44
44
45
45
- We aren't going to make any changes to the **Generated Classes** pane, so click **Finish** to create your new MFC project.
46
46
@@ -56,17 +56,17 @@ After **MFC Application Wizard** displays, use the following options:
56
56
57
57
- On the **Application Type** pane, under **Application type**, clear the **Tabbed documents** option. Next, select **Single document** and select **Document/View architecture support**. Under **Project style**, select **Visual Studio**, and from the **Visual style and colors** drop down list select **Office 2007 (Blue theme)**.
58
58
59
-
- On the **Compound Document Support** pane, select **None**.
59
+
- On the **Compound Document Support** pane, select **None**.
60
60
61
-
- Don't make any changes to the **Document Template Strings** pane.
61
+
- Don't make any changes to the **Document Template Strings** pane.
62
62
63
-
- On the **Database Support** pane (Visual Studio 2015 and older), select **None** because the application doesn't use a database.
63
+
- On the **Database Support** pane (Visual Studio 2015 and older), select **None** because the application doesn't use a database.
64
64
65
-
- On the **User Interface Features** pane, make sure the **Use a menu bar and toolbar** option is selected. Leave all other options as they are.
65
+
- On the **User Interface Features** pane, make sure the **Use a menu bar and toolbar** option is selected. Leave all other options as they are.
66
66
67
-
- On the **Advanced Features** pane, under **Advanced features**, select only **ActiveX controls** and **Common Control Manifest**. Under **Advanced frame panes**, select only the **Navigation pane** option. It will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
67
+
- On the **Advanced Features** pane, under **Advanced features**, select only **ActiveX controls** and **Common Control Manifest**. Under **Advanced frame panes**, select only the **Navigation pane** option. It will cause the wizard to create the pane to the left of the window with a `CMFCShellTreeCtrl` already embedded.
68
68
69
-
- We aren't going to make any changes to the **Generated Classes** pane, so click **Finish** to create your new MFC project.
69
+
- We aren't going to make any changes to the **Generated Classes** pane, so click **Finish** to create your new MFC project.
0 commit comments