what are the Sequence of events when a MDI form open with
two child forms closing?



what are the Sequence of events when a MDI form open with two child forms closing?..

Answer / guest

1.Unload event of Active child form
2.Unload event of remain child forms
3.Unload event of MDI Form
4.Terminate Event of unloaded child forms in the order of
their unload
5. Finally Terminate event of MDI Form
6. dataquery To be check

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

Default cursor Type and LockEdit type in DAO?

1 Answers  


what is the difference between name property and caption property in visual basic?

10 Answers   HCL,


what are the Differences between ActiveX Exe and Dll?

2 Answers  


Is it possible to call backend procedures with ADO control?

1 Answers  


what is the Advantage of ActiveX Dll over Active Exe ?

1 Answers  






HTML stands for What? Use of HTML ?

2 Answers  


Is there any way to pass a variable to a form apart from using global variables?

0 Answers  


What is the use of Connection object?

0 Answers  


What is Dll?

3 Answers  


what is the Benefit of wrapping database calls into MTS transactions?

1 Answers  


What is the differece between the (name) and caption properties of a control?

3 Answers  


How would you create your application in DHTML?

0 Answers  


Categories