views:

30

answers:

0

From what I read on MSDN, TabControl is seemingly the wrapped version of property sheets. (About Property Sheets on MSDN).

Now sending messages to the property sheets, one can apparently turn them into an automatically created wizard: (Creating Wizards on MSDN).

My question is: Is there a way to send those p/invoke messages to our TabControl and make it a wizard? Is there any similar, Visual-Studio designable approach?

I know I can mimic a wizard by myself, I did already. This is not my question. I want to know if I can do it the WinAPI way.