Click button to invoke another dialog

Source: Internet
Author: User

Resource View--dialog--Right--Add a resource--new--dialog box--and then right--add a class in the generated dialog box (the newly generated one under Dialog in the Resource View). For example: Add the Cmynewdlg class, in the code to be adjusted (button click Method button click on the file code), first add the header file # # "CMyNewDlg.h", then in the button click Method:
void Conclickdlg::onbnclickedok ()
{
Cmynewdlg *pdlg=new Cmynewdlg;
Pdlg->create (Idd_dialog1,this);
Pdlg->showwindow (Sw_show);
}

Click button to invoke another dialog

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.