Hi
TabStrip1.Tabs.Count is used to give you the no of tabs in tabstrip... u cannot use .caption property with it...
use the below mentioned code
VB Code:
'where 'i' is the tab no... TabStrip1.Tabs(i).Caption="your text"
|
Results 1 to 10 of 10
Threaded View
|
Click Here to Expand Forum to Full Width |