What are the Sequence of events when a form is loaded in
Visual Basic?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Types of Resultsets.
How to load and unload child forms.
Through which protocol OLEDB components are interfaced?
Is it possible to Access BackEnd procedures? Explain.
What is DAO?
what are the Types of LockEdits in RDO?
Explain the creation project schedule.
What is Mask Edit and why it is used?
What is pivot table and how to create a pivot table
what is the control used to call a windows application.
Is it possible to Access BackEnd procedures?
What is the difference between <F8> and <Shift-F8> when debugging?