I need to know how to create an edit box in a push button callback. I tried:
CRect rc;
CSpreadSheetDlg m_pControls;
CString str = "";
m_pControls.CreateControl("Don'tknow",str,WS_VISIBLE,rc,
NULL,FALSE,NULL,IDC_DISPLAYTIME);
I placed this in a bushbutton callback.
-G-
CRect rc;
CSpreadSheetDlg m_pControls;
CString str = "";
m_pControls.CreateControl("Don'tknow",str,WS_VISIBLE,rc,
NULL,FALSE,NULL,IDC_DISPLAYTIME);
I placed this in a bushbutton callback.
-G-