Click to See Complete Forum and Search --> : Nested Tab controls


dudde
March 18th, 2003, 04:09 AM
Hello,
I need to create a form with a nested tab control,
but no metter what i do the inner tab conrol is'nt visible.
can any one tell me what i am missing ?

Thanks.

Jesper A
March 18th, 2003, 05:17 AM
What do you put inside your first tabctrl a dialog or
the next tabctrl?

dudde
March 18th, 2003, 06:03 AM
the next tabctrl

Jesper A
March 18th, 2003, 07:17 AM
Never tested doing that way. Put a dialog in
the first tabctrl and let that one hold your second tabctrl.

Cheers

dudde
March 18th, 2003, 10:50 AM
Thanks,
Your massage helped me to find the right way to do this.
I have managed to do this with the CPropertySheet and CPropertyPage objects

Thank you again.