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
How would you run your ActiveX Document Dll?
What are the properties of datacontrol?
Maximum Control Names length?
What do you know about user forms.
what is the Difference between Dynaset and Snapshot?
Explain what is Visual basic?
What is ODBC Direct and Microsoft Jet Database Engine ?
What can you do with visual basic?
How do you change the icon and otherwise manipulate the DOS box?
How do I use GetPrivateProfileString to read from INI files?
What are the types of line styles available in Treeview Control?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
Is it possible to call oracle database through ADO control or Object?
It is possible to access Text (x.txt) files? Explain.
Which property of textbox cannot be changed at runtime. What is the max size of textbox?