what is the Difference between Listindex and Tab index?



what is the Difference between Listindex and Tab index?..

Answer / 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

More Visual Basic Interview Questions

List out controls which does not have events?

1 Answers  


What is the difference between queryunload and unload in form?

2 Answers  


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).

0 Answers   Nissan, TechSoft,


How can Visual Basic be used for server-side scripting?

0 Answers  


What are the Internet tools available in VB 6.0?

0 Answers  






What is the difference between Msgbox Statement and MsgboxQ function?

1 Answers  


Which controls can not be placed in MDI ?

8 Answers  


Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.

0 Answers  


What are the types of validations available in Visual Basic?

2 Answers   Infosys, TCS,


What is Friend Variable?

1 Answers  


To connect the Data Control with Back end What are all the properties to be set?

1 Answers  


What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?

6 Answers  


Categories