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
@@ -16,7 +16,7 @@ MFC projects always include several header files that support windows. These are
16
16
#include<afxcmn.h>//MFC support for Windows common controls.
17
17
```
18
18
19
-
The header files include symbol ID values for MFC common values. These symbols are only available when you are working in an MFC project. Note that the AFX_ prefix is followed by the standard symbol name prefixes.
19
+
The header files include symbol ID values for MFC common values. These symbols are only available when you're working in an MFC project. The AFX_ prefix is followed by the standard symbol name prefixes.
20
20
21
21
|||
22
22
|-|-|
@@ -199,11 +199,74 @@ The header files include symbol ID values for MFC common values. These symbols a
199
199
|AFX_IDS_UPDATING_ITEMS|AFX_IDS_USER_EXCEPTION|
200
200
|AFX_IDS_VERB_EDIT|AFX_IDS_VERB_PROPERTIES|
201
201
202
+
## MFC database programming symbols
203
+
204
+
The symbols in this table only appear in an MFC project when database support has been added. They support the MFC connection to SQL servers and database programming.
These symbols are also part of the MFC support files, but they support standard Windows application functions and actions. These symbols are used with menus. When you are working with menus in the **Menu Editor**, these symbols will appear in the **Property Window** associated with common menu commands. For instance, if your application has a **File** menu with an **Exit** command, that command will be associated with the symbol ID_APP_EXIT in the [Properties window](/visualstudio/ide/reference/properties-window).
0 commit comments