Home

What is the correct answer?

4

To call a buttons click event use

A. Button1.Click

B. Button1.PerformClick

C. Button1.Clicked

D. None of the above

Correct Answer :

B. Button1.PerformClick


Related Questions

Function abc() As StringReturn 10End Function To override Finalize function the scope of the function must be In HelpProvider ___________ property is used to mention the help file… /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… A thread can be started only once In ADODB the _____________ property is used to connect to the table In Class, Me.Show and MyClass.Show are same (Show is method name) If a Label control's AutoSize property is set to True, can you resize… Class ccpublic _________ I as stringend classButton1_Clickcc.I=100 _________ and _____________ combines to make a KeyPress event If a form call another form and the caller form is closed through code,… To add items stored in an array to a ListView use A TreeView can have multiple root nodes Using ADODB multiple tables can be connected at a time ScrollBars can be added to Data from DataSet is accessed using34 If MustOverride is used then ____________ is also a must. VB.NET supports Multi Level Inheritance To uninstall a Windows Service ____________ is use To redimension an array with its previous values intact use ___________… A single OLEDBAdapter can have many DataSets This view pops up if "Ctrl+F1" is pressed To use HelpProvider, the following properties of the form needs to be… In reports ___________ property help to assign user-defined criteria To vertically arrange all forms in an MDI form use If Option Explicit is on then Dim i as Integer="10" will produce an error Dim a() as Integer-{1,2,3,4}is a valid statement The EventLog's ________ method is used to write an entry to a log file /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… To make a button the default button, this property of the form must be…