Search code examples
c++winapiwizardaero

Creating Windows Aero Wizards


I am new to Visual C++. I am trying to experiment the creation of a Windows Aero Wizard. I found this reference on Microsoft website but I cannot understand how to create it. Could anybody give me a good reference or tutorial please?


Solution

  • This is overly broad question. Look for code with CreatePropertySheetPage API usage. Windows SDK contains a few samples, e.g. under "\Samples\winui\shell\appplatform\aerowizards"; Aero Wizards Sample (Windows) on MSDN.