Databound Controls
In addition to the MFC database classes, MFC includes databound controls which do not use the database classes. These samples illustrate the use of databound controls:
-
BINDENRL is a dialog application based on property pages, and it shows how to bind data-aware controls with a data source control created outside the current property page. The sample uses the same database as the ENROLL sample.
-
EXTBIND shows how to bind data-aware controls across a dialog box boundary.
-
MDIBIND demonstrates that data binding can be done with any CWnd-derived windows, but only at run-time.
See Also
Microsoft Foundation Class Library Samples Index