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
Why doesn't "my string" & Chr$(13) do what I want?
What are the tools available for Debuggiu in VB?
What do you mean by Databound Controls Explain?
What are forms in visual basic?
What are the Internet tools available in VB6.0?
How the image application?
which property of menu cannot be set at run time.
Draw Sequence Modal of RDO? Explain.
How can you filter out specific type of file using file system controls?
Parts of ODBC?
I get a "file not found" error on the IIF function when I distribute by program. Why?
Types of Resultsets.
What is FireHouse Cursors?
How would you add column headers in listview control?
How would you Create a Query Builder and Explain its uses ?