Home

What is the correct answer?

4

To add controls at runtime use

A. Controls.New

B. Controls.AddNew

C. Controls.Add

D. Controls.AddItem

Correct Answer :

C. Controls.Add


Related Questions

If MustOverride is used then ____________ is also a must. The Apply button automatically appears of the Font Dialog Box is opened To override Finalize function the scope of the function must be /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… dim arr(10) as string, the max index of the array is If nothing is selected in a combo box, its index value is To call a buttons click event use You create a UserControl having a TextBox and include that in a separate… A Windows Service if installed cannot be uninstalled Data from DataSet is accessed using34 If a button click event is to be fired when the user press the 'Esc' key,… A TreeView can have multiple root nodes You can assign a Main Menu to any control ________ converts to long datatype This property of TrackBar is not present ScrollBars can be added to To display multiple columns in ListView the View property must be set… Using OLEDB you can connect more than one table To uninstall a Windows Service ____________ is use Get method is used to In Class, Me.Show and MyClass.Show are same (Show is method name) VB.NET does not support control arrays VB.NET supports Multi Level Inheritance A single OLEDBAdapter can have many DataSets In TreeView to get the node the mouse is pointing to, use /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… If a Class in inherited, its constructor is inherited automatically and… The SelectionMode property of a CheckedList Box can be set only to _________ and _____________ combines to make a KeyPress event We need multiple ErrorProviders from multiple controls.