I've been reading through the Wizard 97 and Aero Wizard documentation on MSDN (well, actually I couldn't find the official Aero Wizard docs so I'm reading a Longhorn-era document I found on a blog).
Whilst they define what they should look like, I couldn't find anything on implementation. I was thinking there'd be some kind of Windows API you could use to manage the boilerplate stuff for you (like MessageBox)
But if I have to implement Wizard97 myself that doesn't seem so hard (since there's nothing special going on), besides converting from DLU to Px). ... but Aero Wizard seems harder, where do I get the Back button artwork from? How do I get the glass to extend into the client area? How do I get the UI to invert itself when in Right-to-Left reading mode? What about the requirements for animated resize?