|
-
July 21st, 2004, 07:33 AM
#1
How to display a number in edit box with GetDlgItem?
I have a dialog: dlg,
IDC_CONTENT: a edit box control of dlg
CString m_strContent : variable of IDC_CONTENT control
i can show text with this fuction: (instead i use UpdateData(0) )
dlg->GetDlgItem(IDC_CONTENT)->SetWindowText(m_strContent);
i have a edit box: IDC_COUNT with variable m_Count (integer)
How can I show number control of IDC_COUNT?
dlg->GetDlgItem(IDC_COUNT)->???
I don't understand this point
help me pls!
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|