Home

What is the correct answer?

4

To add items stored in an array to a ListView use

A. List1.Add(name of the array)

B. List1.AddItem(name of the array)

C. List1.Items.Add(name of the array)

D. List1.Items.Addrange(name of the array)

Correct Answer :

D. List1.Items.Addrange(name of the array)


Related Questions

In TreeView to collapse all the nodes of a selected node ___________ method… To view Panels of a StatusBar set _________ to true The EventLog's ________ method is used to write an entry to a log file A Windows Service if installed cannot be uninstalled Images can be loaded from A single OLEDBAdapter can have many DataSets _________ and _____________ combines to make a KeyPress event To add items stored in an array to a ListView use In OLEDB database can be accessed without using DataSet /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… If a Class in inherited, its constructor is inherited automatically and… DataSet can be used to connect to Crystal Report If Option Explicit is on then Dim i as Integer="10" will produce an error Finally is fired only when error occurs Using MyBase you can call base class A form can have only one default button Get method is used to While handling keystrokes if e.Handled=True is set then Visual Basic A function can have multiple return statements The Apply button automatically appears of the Font Dialog Box is opened To call a buttons click event use If a form call another form and the caller form is closed through code,… A DataSet can hold multiple tables even if there are similar fields To uninstall a Windows Service ____________ is use What cannot be done if the table has no primary key If an user-defined class have a user-defined event then, the class object… To add controls at runtime use The default event handler of TextBox is Data from DataSet is accessed using34 The name of the IDE window that allows you to see the hierarchical arrangement…