正在加载图片...
VC++ Programming UESTC Chapter 6 The Modal Dialog and windows common Controls Steps to add a modal dialog to an existing porject 1.Use the dialog editor to create a dialog resource that contains various control Use Class Wizard to create a dialog class that is derived from Cdialog and attached to the resource created in stepl 3. Use Class Wizard to add data member, exchange functions and validation functions to the dialog class 4. Use Class Wizard to add message handlerVC++ Programming @ UESTC 4 ⚫ Steps to add a modal dialog to an existing porject: 1. Use the dialog editor to create a dialog resource that contains various controls. 2. Use ClassWizard to create a dialog class that is derived from Cdialog and attached to the resource created in step1. 3. Use ClassWizard to add data member, exchange functions and validation functions to the dialog class. 4. Use ClassWizard to add message handler. Chapter 6 The Modal Dialog and Windows Common Controls
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有