You could use the Index to tell.
Code:'First tab is clicked If (TabStrip1.SelectedItem.Index) = 1 Then ..'code 'second tab is clicked If (TabStrip1.SelectedItem.Index) = 2 Then ..'code
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |