What is Tabstrip control? What is the starting Index value?
How to locate it?
Answer Posted / 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 View All Answers
How can I create a VBX?
How would you add elements in TreevieW Control.
Can a VB application be an OLE server?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
Explain about the basic features of Visual basic?
Difference between Dynaset and Snapshot?
which property of menu cannot be set at run time.
How to use hyperlink?
What are some methods you can use to send data from one VB executable to another one?
Types of LockEdits in DAO? 51 .Types of Recordsets.
Is it possible to Access BackEnd procedures?
What is ActiveX Dll and ActiveX Exe?
To find the current recordposition in data control.
Explain about form creation in Visual Basic?
How would you run your ActiveX Document Dll?