各种消息框的的应用1 创建一个DLG程序 2 添加5个新的对话框资源ID分别为:MsgBoxSimple,MsgBoxOption,MsgBoxCustom,并调整其大小使他们尺寸一样 3 为2中所添加的对话框创建新的类 class CPageSimple : public CPropertyPage class CPageOption : public CPropertyPage class CPageCustom : public CPropertyPage 保存在property.h和p
我用IDD_PROPPAGE_LARGE建立了两个属性页,并继承了CPropertyPage 建立了两个关联类 class CXuanZePage : public CPropertyPage class CTianKongPage : public CPropertyPage 并用类class CMySheet : public CPropertySheet进行显示,发现一个怪事,开始的时候,两个属性 页面切换时候,编辑框显示乱码,后自动关闭,现在从题库维护->试题题库输入打开就自动关
我用IDD_PROPPAGE_LARGE建立了两个属性页,并继承了CPropertyPage 建立了两个关联类 class CXuanZePage : public CPropertyPage class CTianKongPage : public CPropertyPage 并用类class CMySheet : public CPropertySheet进行显示,发现一个怪事,开始的时候,两个属性 页面切换时候,编辑框显示乱码,后自动关闭,现在从题库维护->试题题库输入打开就自动关
Introduction Have you ever thought of how annoying it actually was to spend a lot of time doing a basic GUI for your simple applications instead of focusing on the actual 'content'? Take for example a resizing dialog or property page. You need to wr