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
Explain OLE Drag and Drop.
What is the default workspace?
What is the use of debug Window?
___ Property is used to count no. of items in a combobox.
How do I mimic a toggle button?
which property of menu cannot be set at run time.
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.
What is OLEDB?
What is the use of progress Bar Control?
What is DAO?
Explain about form creation in Visual Basic?
What are the important components of OLEDB?
What is the use of OLE?
I get a "file not found" error on the IIF function when I distribute by program. Why?
How would you use ActiveX Dll and ActiveX Exe in your application?