-1
我是Visual C++新手。我正在尝试创建Windows Aero向导。我发现this reference on Microsoft website,但我不明白如何创建它。有人可以给我一个很好的参考或教程吗?创建Windows Aero向导
我是Visual C++新手。我正在尝试创建Windows Aero向导。我发现this reference on Microsoft website,但我不明白如何创建它。有人可以给我一个很好的参考或教程吗?创建Windows Aero向导
这是过于宽泛的问题。使用CreatePropertySheetPage
API查找代码。 Windows SDK包含一些示例,例如在“\ Samples \ winui \ shell \ appplatform \ aerowizards”下; Aero Wizards Sample (Windows)在MSDN上。