Hi,
i want to use in a dialog (VC++ 6) a Tab Control eith 3 tabs. Each of these must incluse a lot of CEdit to set the parameters...but i've never used the tab control and i don't know where starting.
I found examples in internet but most of them have property classes writtne by the authors with a lot of features. What i'm looking for is something simple so i can understand how to use the tab control and maybe in the feature implement mine features.
So, anyone could suggest me how to proceed?
At the moment i create i dialog (main) with the tab control and then i create 3 othres dialog that should be attached into the tabs.
Is this the right way?
if yes how to attach the dialog to the tabs?
thanks
Davide
i want to use in a dialog (VC++ 6) a Tab Control eith 3 tabs. Each of these must incluse a lot of CEdit to set the parameters...but i've never used the tab control and i don't know where starting.
I found examples in internet but most of them have property classes writtne by the authors with a lot of features. What i'm looking for is something simple so i can understand how to use the tab control and maybe in the feature implement mine features.
So, anyone could suggest me how to proceed?
At the moment i create i dialog (main) with the tab control and then i create 3 othres dialog that should be attached into the tabs.
Is this the right way?
if yes how to attach the dialog to the tabs?
thanks
Davide