What is Tabstrip control? What is the starting Index value?
How to locate it?



What is Tabstrip control? What is the starting Index value? How to locate it?..

Answer / guest

It is tab control to place our controls with in the form in
multiple sheets.
Index starts with 1. And to identify

If Tabstrip1.SelectedItem.Index = 1 Then
?..
End if

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

what are the types of cursors in DAO?

0 Answers  


How would you create Visual basic Document file?

0 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

2 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


What are different types of locks in ADODB?

4 Answers  


What is the need of tabindex property is label control?

0 Answers  


To set the command button for ESC, Which property needs to be changed?

1 Answers  


How many types of API functions are available in VB?

0 Answers  


How about Access 2.0 compatibility?

0 Answers  


How would you access objects created in ActiveX Exe and ActiveX D1T ?

0 Answers  


what are the Differences between Class Module and Standard Module?

1 Answers  


Difference between ActiveX Exe and Dll.

0 Answers  


Categories