The information in this article applies to:
SYMPTOMSBy default, ClassWizard allows linking the edit controls of combo boxes only to member variables that are of type CString. MORE INFORMATION
By design, ClassWizard allows links only to types for which dynamic data
exchange (DDX) routines have been provided. Microsoft Foundation Classes
(MFC) provides a DDX_FieldCBString() function to manage data transfer
between the edit control of a combo box and a CString member variable, but
not between combo boxes and other types (for example, there is no
DDX_FieldCBInt). This is not a problem with ClassWizard; it is simply a
matter of providing support for those DDX routines that are available.
Additional query words: kbinf
Keywords : kbwizard kbMFC kbVC150 kbVC151 kbVC152 kbVC200 kbVC210 kbVC400 kbVC500 kbVC600 kbGrpDSTools |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |