what is the Difference between Listindex and Tab index?
Answer Posted / guest
LIST INDEX::
Returns or sets theindex of the currently selected item in
the control. Not available at design time.Default LIST
INDEX IS -1 for ComboBox, DirListBox, and DriveListBox
controls
TAB INDEX::
Returns or sets thetab order of most objects within their
parent form.Visual Basic automatically renumbers the
TabIndex of other controls to reflect insertions and
deletions. You can make changes atdesign time using
theProperties window or atrun time in code.The TabIndex
property isn't affected by the ZOrder method.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the scope of the class?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is the use of Tabledef?
What is ado data control in vb?
Types of cursors in RDO.
I get a "file not found" error on the IIF function when I distribute by program. Why?
How to find size of the file. Which method or function is used to occomplish this?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
what are the types of cursors in DAO?
Is it possible to Access BackEnd procedures?
Explain about control properties?
Is it posible to Create Tables Through Querydef?
How would you navigate between one document to another document
When should we use recursive programming?
What is ado in vb?