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
Types of LockEdits in DAO? 51 .Types of Recordsets.
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
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.
Explain about the basic features of Visual basic?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
Which method is preferred to save datas like database?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
Is it posible to Create Tables Through Querydef?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
How would you access objects created in ActiveX Exe and ActiveX Dll
How do I do Peek and Poke and other low-level stuff?
What is the use of parameters collection?
How do I create controls dynamically (at run-time)?
I get a "file not found" error on the IIF function when I distribute by program. Why?