Click to See Complete Forum and Search --> : Adding controls in the SSTab control
vishwas
Jul 31st, 2002, 04:22 AM
Hi,
In VB 6.0 we had the sSSTab control where we could drag and drop different controls on each tab, for eg. 3 controls in tab 0 and 2 in tab 1. but I'm noy able to do this in VB.NET as all the tabls show whatever control i try to add. The tab i've used is the Microsoft Tabbed Dialog Control 6.0
any answers pls
Vishwas
ac11965
Jul 31st, 2002, 04:40 AM
in .net you use the tab control.
then you add tabpages to the tab control
and then you add your controls to the tabpages.
hope this points you in the right direction.
the documentation tells you exactly how to do it.
vishwas
Jul 31st, 2002, 05:16 AM
There are two tab controls in .net,
one belongs to the the
namespace Systems.Windows.Forms.TabControl
the other is got by addding a reference and belongs to the TabDlg name space.
I'm refereing to the TabDlg tab. in VB 6.0 it was known as SSTab (was a sheridian control)
the first tab control which I mentioned I'm able to add diff controls to diff tabs but not in the second tab control
- Vishwas
ac11965
Jul 31st, 2002, 05:22 AM
ok, sorry -
what does this control do?
vishwas
Jul 31st, 2002, 05:30 AM
It's basically like the normal tab control with a few variations.
the only diff which one can see is that it can behave like property pages or it's default settings. try placing both those controls on a form and you'll see the difference.
DevGrp
Jul 31st, 2002, 08:16 AM
Use the one that is on the toolbar (default version) it is much better to deal with IMHO. :D
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.