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

What is Zorder Method?

1 Answers  


What are the Internet tools available in VB 6.0?

0 Answers  


what component is used in vb to link to the database?

2 Answers   Satyam,


What is constructors and distructors.

0 Answers  


What is a datacontrol?

1 Answers  






How do I call a DLL?

0 Answers  


What is the difference between change event in normal combobox and dbcombobox?

0 Answers  


Which method is used to write context Into file?

0 Answers  


How can you Implement windows functionality in VB?

1 Answers   ABC,


What are constructors and destructors?

1 Answers  


How does a DCOM component know where to instantiate itself?

1 Answers   Synechron,


How can you Navigate from the DHTML application to another DHTML application? .

0 Answers  


Categories