Home

What is the correct answer?

4

If nothing is selected in a combo box, its index value is

A. -1

B. 0

C. 1

D. Null

Correct Answer :

A. -1


Related Questions

ScrollBars can be added to To get details about an error use To use HelpProvider, the following properties of the form needs to be… To redimension an array with its previous values intact use ___________… A single OLEDBAdapter can have many DataSets DomainUpDown control is used only for strings and NumericUpDown for numbers. VB.NET does not support control arrays If a Label control's AutoSize property is set to True, can you resize… We need multiple ErrorProviders from multiple controls. A DataSet can be updated only when the connection is open In ADODB the _____________ property is used to connect to the table A form can have only ______ Main Menu and _________ Context Menu To print use Using ADODB multiple tables can be connected at a time InputBox by default returns ________ values If nothing is selected in a combo box, its index value is If MustOverride is used then ____________ is also a must. To vertically arrange all forms in an MDI form use A form can have only one default button To display multiple columns in ListView the View property must be set… dim arr(10) as string, the max index of the array is The default location of the exe file of your solution is If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… Get method is used to Finally is fired only when error occurs DataSet can be used to connect to Crystal Report Dim S as Integer=10Text1=SMsgbox(Text1.Text) This view is not present in VB.NET This property of TrackBar is not present If a Form is Inherited from another Form and both Forms have certain codes…