Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
f(!m_editbox.Create(CBS_DROPDOWNLIST | CBS_SORT | WS_VISIBLE |
        WS_TABSTOP | WS_VSCROLL, rect, &m_wndToolBar, ID_ELEMENT_TEXT))
    {
        TRACE(_T("Failed to create combo-box\n"));
        return FALSE;
    }




above that i cant serialize member of mfc cedit class ????
Posted
Comments
Richard MacCutchan 6-Oct-15 8:46am    
Sorry but your question is not clear. What exactly is the problem? Please edit your question and add more detail.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900