Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CREATE EDIT BOX

Status
Not open for further replies.

gford2

Technical User
Oct 11, 2000
7
US
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-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top