【发布时间】:2013-02-18 19:15:27
【问题描述】:
我是 Visual C++ 的新手。我正在尝试创建 Windows Aero 向导。我找到了this reference on Microsoft website,但我不明白如何创建它。谁能给我一个很好的参考或教程吗?
【问题讨论】:
我是 Visual C++ 的新手。我正在尝试创建 Windows Aero 向导。我找到了this reference on Microsoft website,但我不明白如何创建它。谁能给我一个很好的参考或教程吗?
【问题讨论】:
这是一个过于宽泛的问题。查找使用 CreatePropertySheetPage API 的代码。 Windows SDK 包含一些示例,例如在“\Samples\winui\shell\appplatform\aerowizards”下; Aero Wizards Sample (Windows) 在 MSDN 上。
【讨论】: