如何使用win32 API创建无模式属性表
问题描述:
如何使用win32 API创建无模式属性表
How does one create a modeless propertysheet using win32 API
答
这真的很麻烦。最简单的方法是使用MFC。一个可能的解决方案有时是看看来源了解它。
我明确的建议是针对非MFC是WTL。这是一篇关于属性表和向导的精彩文章使用WTL。
如果您想艰难地看一下 Codeguru 。看起来它并不是很好,但它是正确的方式。
This is really cumbersome. The easiest way ist WITH the MFC. A possible solution is sometimes to take a look on the sources to understand it.
My explicit recommandation is for Non-MFC is WTL. Here is a fine article about Property Sheets and Wizards with WTL.
If you want to the hard way take a look at a article and code on Codeguru. Looks like it isnt all fine there but it is the right way.