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 |
What do you mean by Databound Controls Explain?
which arguments will be used to run a executable program in shell function ?
What type of databases you can access through AD I Data Access Object?
Can Redim be used to declare a new array ?
How does the following statements work? On Error Goto 0
How do I access C style strings?
What is the need of tabindex property is label control?
How can we find out that a recordset is blank (without using recordcount property)?
What is the use of ActiveX Documents?
What is disconnected recordset?
To connect the Data Control with Back end What are all the properties to be set?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)