-1

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?

Roman R.
  • 68,205
  • 6
  • 94
  • 158
Victor
  • 13,914
  • 19
  • 78
  • 147

1 Answers1

1

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.

Roman R.
  • 68,205
  • 6
  • 94
  • 158