View Single Post
Old 28-03-2005, 23:45   #1
denial
Inactive
 
Join Date: Jun 2003
Posts: 33
denial is an unknown quantity at this point
SSTAB - Set specific tab focus, VB6

Hi

I have a sstab control in VB6 with 6 tabs, I want to focus on one of these tabs, this seems to be easy in VB.NET with a 'SSTab1.Tab = 5' but it doesnââ‚ƚ¬Ã¢â€žÂ¢t seem to be so easy in VB6.

Can any Visual Basic coders help me out

Thanks in advance
denial
__________________

Quote:
Originally Posted by denial
Hi

I have a sstab control in VB6 with 6 tabs, I want to focus on one of these tabs, this seems to be easy in VB.NET with a 'SSTab1.Tab = 5' but it doesnââ‚ƚ¬Ã¢â€žÂ¢t seem to be so easy in VB6.

Can any Visual Basic coders help me out

Thanks in advance
denial
Ok worked it out

form1.SSTab1.Tab = 5'

denial
denial is offline   Reply With Quote