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

How can you check whether a record is valid record or Invalid record using ADO control or Object?

0 Answers  


What is ActiveX Control?

0 Answers   ABC,


How would you create your application in DHTML?

0 Answers  


What are some methods you can use to send data from one VB executable to another one?

0 Answers  


Different types of Passing Value?

1 Answers  


How to load and unload child forms.

0 Answers  


How would you attach an ActiveX control in Your Application?

1 Answers  


How would you add elements in TreevieW Control?

0 Answers  


what are the Differenct Types of Procedures in VB?

0 Answers  


Can a subroutine pass back values? Is so How?

2 Answers  


CONNECTIVITY OF SQL 2000 + VB USING ODBC. steps i Follow- 1) Go to Control panel-->Admintrative Tools-->Double -click Data sources(ODBC)-->click Add button-->I choose SQL server (last option), Is it right or wrong option for connecting to SQL 2000.Then a new screen appears Create a New dataSource-->in name textbox,we can write anyname--Right or wrong. suppose i enter sonia, & my server name is .,so I enter . in server & click next button-->On the Next screen i have checked the option With Sql server authentication-- >Login Id-sa, Password-->Blank-->Click next button-->Next-- >Finish-->Then I click on button Test Data source-->Mesage Comes TESTS COMPLETED SUCCESSFULLY-->OK-->OK-->Ok. These steps we have to do or not for Connectivity using ODBC. If yes,then what after these steps we have to do??Plz reply me early ??Thx in advance.

6 Answers  


Record set types and Number available in Visual Basic?

1 Answers  


Categories