Adding more than 9 pages to a Wizard created using VC++ 6.0
-
Hi The Wizard component that comes in with VC++ 6 does not let me add more than 9 pages ? Why such an odd restriction and how to I get to add as many pages as I like ?
-
Hi The Wizard component that comes in with VC++ 6 does not let me add more than 9 pages ? Why such an odd restriction and how to I get to add as many pages as I like ?
-
but u can added as many pages as u want by simply creating a new class derived from CPropertyPage and adding that page to the Property sheet using CPropertySheet ::AddPage()... nave
You mean I have to add the pages MANUALLY ?? Why cannot I ask VC++ to create a wizard with 99 pages, if I want to ? Do they still havr this limitation in VC++ 7 and 8 ?
-
You mean I have to add the pages MANUALLY ?? Why cannot I ask VC++ to create a wizard with 99 pages, if I want to ? Do they still havr this limitation in VC++ 7 and 8 ?
-
So you have first hand experience of this problem since you used VC++ 6 ? Let's continue this discussion on YAHOO! Messenger shall we ? I'm going to email you
-
So you have first hand experience of this problem since you used VC++ 6 ? Let's continue this discussion on YAHOO! Messenger shall we ? I'm going to email you
sorry i dont have yahoo here... :^) but one thing I hate with the VC++ wizard creating the property page is that, all the pages are created in the same file. So often i create only one page using the wizard and add all other pages manually. Also i dont know why they kept a limit of 9 in the wizard.
nave
-
sorry i dont have yahoo here... :^) but one thing I hate with the VC++ wizard creating the property page is that, all the pages are created in the same file. So often i create only one page using the wizard and add all other pages manually. Also i dont know why they kept a limit of 9 in the wizard.
nave
So in order for me to try what you suggest I have to use the Classwizar to add a derived class and EVRYTHING that the Wizard wizard creates for me will be created (Messagemaps and all) ? What so you say... Can you send me a small such demo app (a few snippets to help me out will do) And can I get back to you in the next 2 hours (because I will be trying your method during this time) Please tell me...