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

What is the difference between queryunload and unload in form?

2 Answers  


What are the uses of List View Control?

0 Answers   Atul Auto,


What is ado data control in vb?

0 Answers  


Types of Resultsets.

0 Answers  


How would you attach an ActiveX control in Your Application?

1 Answers  






Is it possible to call backend procedures with ADO control?

1 Answers  


What is binding? What are types of binding?

3 Answers   Primus Global,


_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.

0 Answers  


which property used to add a menus at runtime?

0 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

1 Answers  


How would you attach an ActiveX control in Your Application?

0 Answers  


What is the use of Immediate, Local Window?

1 Answers  


Categories