Home

What is the correct answer?

4

DomainUpDown control is used only for strings and NumericUpDown for numbers.

A. True

B. False

Correct Answer :

B. False


Related Questions

A form can have only ______ Main Menu and _________ Context Menu To redimension an array with its previous values intact use ___________… In Class, Me.Show and MyClass.Show are same (Show is method name) In ADODB the _____________ property is used to connect to the table /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… To uninstall a Windows Service ____________ is use Use a _________ statement to make Visual Basic object the default object… DomainUpDown control is used only for strings and NumericUpDown for numbers. To get details about an error use A MsgBox can have maximum ___________ button(s) The SelectionMode property of a CheckedList Box can be set only to Application.StartupPath actually points to The default event handler of TextBox is DataSet can be used to connect to Crystal Report You create a UserControl having a TextBox and include that in a separate… You can assign a Main Menu to any control To add controls at runtime use Dim S as Integer=10Text1=SMsgbox(Text1.Text) In HelpProvider ___________ property is used to mention the help file… /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… If nothing is selected in a combo box, its index value is If a button click event is to be fired when the user press the 'Esc' key,… ________ converts to long datatype A user wants that custom colors are visible when the Color Dialog Box… If a form call another form and the caller form is closed through code,… Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 The name of the IDE window that allows you to see the hierarchical arrangement… To add items stored in an array to a ListView use VB.NET supports Multi Level Inheritance PasswordChar property of a TextBox can accept " " (space) as the password…