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 difference between change event in normal combobox and dbcombobox?

0 Answers  


Which method is used to write context Into file?

2 Answers  


Explain about trees structures work.

0 Answers  


To populate a single column value which dbcontrols you to use?

0 Answers  


Can you create a tabletype of recordset in Jet connected ODBC dbengine.

0 Answers  






How do I remove/change the picture property of a control at design time?

0 Answers  


What is the current version of Visual Basic for Windows?

0 Answers  


what is the Difference between Query unload and unload in form?

1 Answers  


Through which protocol OLEDB components are interfaced?

0 Answers  


What is the difference between <F8> and <Shift-F8> when debugging?

2 Answers  


How can you check Beginning and End of the file?

2 Answers  


what are the differences between image and picture controls?

3 Answers  


Categories