Write the correct order of execution of following form?s
events: initialization, Load, Activate, Refresh , Paint

Answers were Sorted based on User's Feedback



Write the correct order of execution of following form?s events: initialization, Load, Activate, Re..

Answer / archana motagi

order of events is:
Initialize
Load
Resize
Activate
Paint

Is This Answer Correct ?    13 Yes 0 No

Write the correct order of execution of following form?s events: initialization, Load, Activate, Re..

Answer / hemalatha

Initialization
Load
Activate
resize
Paint

Is This Answer Correct ?    3 Yes 5 No

Write the correct order of execution of following form?s events: initialization, Load, Activate, Re..

Answer / naina

The correct order is
Activate
Initilise
Load
Paint
Resize

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Visual Basic Interview Questions

How would you navigate between one document to another document in Internet Explorer ?

0 Answers  


How do you call a function in a DLL?

1 Answers  


What is the error message that you would get if you try to assign "Null" to an integer variable?

4 Answers   Symphony, Yahoo,


What is the difference between modal and modaless form in VB?

1 Answers  


Is visual basic case sensitive?

0 Answers  


What does option Explicit means?

8 Answers   IBM, Infosys,


Whats the advantages/disadvantages of using datacontrol vs DAO/ADO/RDO?

1 Answers   L&T, MAHINDRA, Teledata,


What is the use of parameters collection?

0 Answers  


How do I add a form in visual basic?

0 Answers  


What is RDO?

1 Answers  


How would you create properties by using class Builder Wizard?

0 Answers  


To set the command button for ESC, Which property needs to be changed?

1 Answers  


Categories