文件名称:myCustomWizard
介绍说明--下载内容均来自于网络,请自行研究使用
用VC++创建自定义向导程序. 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。 -VC Wizard to create custom procedures. Design of the basic ideas : 1. The standard guide the way. Each step is a dialog box, the wizard itself is a box, to accommodate every step dialog. 2. Every step of the dialog should not Title, no border, forms of Child, When clicking on the "Next" or "step" to the positioning of the dialog box to show the location. 3. Wizard because generally contain many steps, in order to manage these pages. We can create a linked list to manage every step of the dialog box. 4. To facilitate positioning dialog can be defined prior good position.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 19854807mycustomwizard.rar 列表 CustomWizard CustomWizard\CustomWizard.clw CustomWizard\CustomWizard.cpp CustomWizard\CustomWizard.dsp CustomWizard\CustomWizard.dsw CustomWizard\CustomWizard.h CustomWizard\CustomWizardDlg.cpp CustomWizard\CustomWizardDlg.h CustomWizard\resource.h CustomWizard\StdAfx.cpp CustomWizard\StdAfx.h CustomWizard\Step1.cpp CustomWizard\Step1.h CustomWizard\Step2.cpp CustomWizard\Step2.h CustomWizard\Step3.cpp CustomWizard\Step3.h CustomWizard\Wizard.cpp CustomWizard\Wizard.h CustomWizard\CustomWizard.ncb CustomWizard\CustomWizard.plg CustomWizard\res CustomWizard\res\CustomWizard.ico CustomWizard\res\CustomWizard.rc2 CustomWizard\CustomWizard.aps CustomWizard\CustomWizard.rc CustomWizard\CustomWizard.opt