Home

What is the correct answer?

4

The correct sequence of Form Loading is

A. Load

B. Initialize, Load, Activate

C. Initialize, Activate, Load

D. Activate, Initialize Load

Correct Answer :

B. Initialize, Load, Activate


Related Questions

You create a UserControl having a TextBox and include that in a separate… A form can have only one default button A form can not call itself Two commands can be written in the same line using To display multiple columns in ListView the View property must be set… A Class can inherit both Class and Interface at a time Only derived class can have shadows keyword If you want to open a file named "a.txt" use In ADODB the _____________ property is used to connect to the table To vertically arrange all forms in an MDI form use A form can have only ______ Main Menu and _________ Context Menu A MsgBox can have maximum ___________ button(s) The Apply button automatically appears of the Font Dialog Box is opened On error goto lbl is a /*1. OleDataAdapterq1.update(DataSet1,"emp")2. OleDataAdapterq1.update(DataSet1,"std")3.… What cannot be done if the table has no primary key DataSet can be used to connect to Crystal Report If Option Explicit is on then Dim i as Integer="10" will produce an error ___________ is used to pass copies of a variable while __________ is used… A thread can be started only once While handling keystrokes if e.Handled=True is set then Visual Basic To override Finalize function the scope of the function must be If a Form is Inherited from another Form and both Forms have certain codes… To make a button the default button, this property of the form must be… We need multiple ErrorProviders from multiple controls. The default location of the exe file of your solution is In OLEDB database can be accessed without using DataSet The SelectionMode property of a CheckedList Box can be set only to Get method is used to Using OLEDB you can connect more than one table