What should I do to use SSTab control activeX in VC++ ?
-
Hello, I would like to use VB activeX SSTab control 6.0 SP5 in VC++. So I add this activeX to my project (Dialog Application), I add one of this tabbed dialog in my dialog to do a kind of property sheet. Ok, it is very easy to create a property sheet with x tabs, choose the style, the color, etc etc ... But : 1) Why can't I see clearly the control in my dialog when I create it? I just can see the border but I can see it when I launch the app or have a preview of the dialog in the ressource editor ... 2) when we read MSDN, it is easy to add controls in the tabs by just selecting the tabs and add control in it ... when I do it, controls doesn't "belong" to the tabs, they are just over it and desappear as soon as I click on another tab ... what's wrong with this ? 3) how do I 'link' my SSTab pages with the controls or with the other doughter dialogs, as I do with property sheet ? 4) How do I set the values in these pages? How do I retrieve the input values, the clicks done on various controls, etc etc ?? I do not find any doc describing how I should do this :-( Any infos appreciated Thanks in advance DD