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?
Asked
Active
Viewed 590 times
1 Answers
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