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 is the use of Immediate, Local Window?

0 Answers  


What is the use of ActiveX Documents?

0 Answers  


Is it possible to Access BackEnd procedures? Explain.

0 Answers  


how many no of controls in form?

16 Answers   AIMS, Airex Logistics,


Types of cursors in DAO?

0 Answers  






Is there any Edit method in ADO Data Access method?

0 Answers  


How to customize workgroup message?

0 Answers  


What is the difference between queryunload and unload in form?

2 Answers  


What are the types of API Types?

3 Answers  


Name and define the logical tiers in a traditional 3-tiered architecture?

1 Answers  


How many tabs in a tabbed dialog do you consider appropriate?

0 Answers  


Is there a way to break long lines in VB code?

0 Answers  


Categories