Click to See Complete Forum and Search --> : Tab control add pages from rc file


ageis
October 28th, 2008, 03:20 PM
Inside a resource file I have a few forms which I want to convert into tab pages. I've got a main form that contains a tab control. Is there a way to add those form onto the control without using propertysheet?

I don't like the way the propertysheet is laid out because it pushes the tabs to the top. I don't have control over the layout of it.

kirants
October 28th, 2008, 06:15 PM
Yeah. If I understand you right, you have a few dialog templates in your rc and you want to use these templates as property pages? If thatis right, simply use those template IDs in filling in the array of property page structs you would pass to PropertySheet function.