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

In which areas the Error occurs?

0 Answers  


What are the different types of errors in visual Basic?

8 Answers   ABC,


how can i connect the samble database that comes with vb-6 (biblio.mdb) to a datagrid using code? ie what code i have to put in load event

1 Answers  


Whether HTML supports multimedia: and document links?

0 Answers  


Types of Resultsets.

0 Answers  






How do I create controls dynamically (at run-time)?

0 Answers  


What is a thread pool and how are the threads within a thread pool managed?

0 Answers  


How many types of API functions are availble in VB?

1 Answers  


What is the difference between Object and Class?

2 Answers  


What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?

1 Answers  


Clear property is available in hich control?

2 Answers  


Explain about ADO control?

0 Answers  


Categories