创建Windows Aero向导

时间:2013-02-18 19:15:28

标签: c++ winapi wizard aero

我是Visual C ++的新手。我正在尝试创建Windows Aero向导。我发现this reference on Microsoft website但我无法理解如何创建它。请问有人给我一个很好的参考或教程吗?

1 个答案:

答案 0 :(得分:1)

这是一个过于宽泛的问题。查找具有CreatePropertySheetPage API使用情况的代码。 Windows SDK包含一些示例,例如在“\ Samples \ winui \ shell \ appplatform \ aerowizards”下; MSDN上的Aero Wizards Sample (Windows)