|
-
December 13th, 2008, 02:49 AM
#1
How to create check box on new dialog
why check box not created on new dialog
for all help me , thank you very much
my code
void CProjecttestDlg::OnLoaddialogbutton()
{
CNewdialog *newDialog;
newDialog = new CNewdialog;
CButton *myCheck;
myCheck = new CButton;
myCheck->Create(_T("dog") , WS_VISIBLE|BS_AUTOCHECKBOX , CRect(10 , 30 , 100 , 70) ,newDialog ,800);
newDialog->DoModal();
}
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
|