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


Please Help Members By Posting Answers For Below Questions

Explain OLE Drag and Drop.

1694


What is the default workspace?

1890


What is the use of debug Window?

1828


___ Property is used to count no. of items in a combobox.

1165


How do I mimic a toggle button?

1221


which property of menu cannot be set at run time.

1702


by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

1935


What is OLEDB?

1776


What is the use of progress Bar Control?

1730


What is DAO?

1802


Explain about form creation in Visual Basic?

785


What are the important components of OLEDB?

2052


What is the use of OLE?

2250


I get a "file not found" error on the IIF function when I distribute by program. Why?

1266


How would you use ActiveX Dll and ActiveX Exe in your application?

1816