MS Tabbed Dialog Ctrl 6
-
Hi all, If anybody has used a, "MS Tabbed Dialog Ctrl 6" in their VC++ 6.0 projects, pl. let me know the procedure to doit! Im not able to add the tab pages in design time (or runtime). Though I get the wrapper class, there are no methods in it to add page. thanks in advance.. please reply in mail to prabhahar@flashmail.com
-
Hi all, If anybody has used a, "MS Tabbed Dialog Ctrl 6" in their VC++ 6.0 projects, pl. let me know the procedure to doit! Im not able to add the tab pages in design time (or runtime). Though I get the wrapper class, there are no methods in it to add page. thanks in advance.. please reply in mail to prabhahar@flashmail.com
Hi Buddy, During design time of the control, you will have to change the "TabsPerRow" property to the desired no of tabs per row and then change the no of tabs (ie tab count) property. Though i didnt go through the class wrapper, i guess the above procedure has to be followed in runtime also. Happy coding. :-) Cheers KayKay
-
Hi Buddy, During design time of the control, you will have to change the "TabsPerRow" property to the desired no of tabs per row and then change the no of tabs (ie tab count) property. Though i didnt go through the class wrapper, i guess the above procedure has to be followed in runtime also. Happy coding. :-) Cheers KayKay
Though "TabsPerRow" property can be changed in design time, the control doesnot display the tabs ( design-time) so that I can place the controls on it. Nor it does allow me to add a PropertyPage (or a dialog) in the runtime. Therez no method in the wrapper class, to add the pages. The documentation is available only for VB and not for VC++ 6 Any help reg. this issue is welcome. Thanks