What are the Sequence of events when a form is loaded in
Visual Basic?

Answers were Sorted based on User's Feedback



What are the Sequence of events when a form is loaded in Visual Basic?..

Answer / ghanshyam verma

1 INITIALIZE
2 LOAD
3 RESIZE
4 ACTIVATE
5 GOT FOCUS
6 PAINT
7 QUERY UNLOAD
8 UNLOAD
9 TERMINATE

Is This Answer Correct ?    24 Yes 4 No

What are the Sequence of events when a form is loaded in Visual Basic?..

Answer / acpt

Ghanshyam's answer is right...
Its:
Form_Initialize
Form_Load
Form_Resize
Form_Activate
Form_GotFocus
Form_Paint
Form_QueryUnload
Form_Unload
Form_Terminate

Is This Answer Correct ?    9 Yes 1 No

What are the Sequence of events when a form is loaded in Visual Basic?..

Answer / cherran

Initialize, Load, Resize, Paint

Is This Answer Correct ?    7 Yes 5 No

What are the Sequence of events when a form is loaded in Visual Basic?..

Answer / a.k.muthu kumar

1. Form_Initialize
2. Form_Load
3. Form_Resize
4. Form_Paint

5. Form_QueryUnload
6. Form_Unload
7. Form_Terminate

Is This Answer Correct ?    2 Yes 4 No

What are the Sequence of events when a form is loaded in Visual Basic?..

Answer / deepak

ILADQUT
I = Initialize
L = Load
A = Activate

D = De-Activate
Q = Querry Unload
U = Unload
T = Terminate

Is This Answer Correct ?    6 Yes 9 No

What are the Sequence of events when a form is loaded in Visual Basic?..

Answer / guest

Load .Active, Paint

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More Visual Basic Interview Questions

what is the Max size allowed for label caption length?

2 Answers  


What is the difference between Single and Double in VB?

4 Answers  


How do I prevent multiple instances of my program?

0 Answers  


What is Collection Objects?

1 Answers  


what is the Difference between Dynaset and Snapshot?

0 Answers  






what is the difference between ADO and RDO in vb

3 Answers  


What are the properties of datacontrol?

0 Answers  


How will you retain the values of existing elements in a dynamic array when you want to alter the array size?

1 Answers  


Clear property is available in ____,___ control.

0 Answers  


It possible to call OLEDB?s Features directly in VB without using any control?

0 Answers  


Difference between ActiveX Control and Standard Control.

0 Answers   HCL, Ocwen,


What is Static Variable?

3 Answers  


Categories