Click to See Complete Forum and Search --> : tab strip


|v| man
November 7th, 1999, 01:10 PM
i cant handle with the tabstrip in the ms common controls 6

some one have any sampel code or some thing
or
how do i make text1.text appere when i push one ot the tabs

thanxxxx

Lothar Haensler
November 8th, 1999, 01:46 AM
I suggest that you use the "Tabbed Dialog Control" (sstab). It's much more intuitive to use than the other tab control. Just place the controls on the tabs, that's it.
with the tabstrip control you have to place containers (like picture box controls) on the tabstrips and place the controls on the containers, trap the click events of the tab and make the corresponding containers visible.

|v| man
November 8th, 1999, 07:18 AM
where i can find this "Tabbed Dialog Control" (sstab)?
what dll or ocx is it?

Lothar Haensler
November 8th, 1999, 07:20 AM
Project/Components: Microsoft Tabbed Dialog Control 6.0

(if you own VB 6)