Okay, but if you read Charles Petzold Book he has a section on Property Sheets but the APIs are different from what i have used. I have used functions like InitCommonControlsEx for my tabs. So i was wondering if they are different. Unless the Property Sheets i saw in Petzold's book is for the wizard. Thanks for the lead. I will check it out.
: As far as I know, property sheet is just another name for a tab control. There's however another type of property sheet calle the wizard, this as you know has Next, Back and Finish buttons (installation programs use that for example). A wizard is just a property sheet with different flags.
:
: If you havent already, check out the Control Spy from msdn (goto msdn.microsoft.com and search for "controlspy"). This is a series of articles that appeared in MSJ on 95 style controls including propertysheet. All code is done with pure API.
:
:
: : I am creating an application and i want to use tabs for some of the data that will be input. I have several dialog boxes for it and decided to use tabs using tab controls. It seems that there is not much out there on tabs, but i have seen code in Petzold and others on building property sheets. My question is what are the differences between these two objects and why use one versus the other ? Thanks.
: :
:
: