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

____ is the difference between Listindex and Tab index.

0 Answers  


What is database vb?

0 Answers  


How many MDI(multiple document interface) forms can include in one project(especially in visual basic)?

6 Answers   Satyam, VSS,


How do I program the Novell NetWare API from VB?

0 Answers  


what are the Differences between Class Module and Standard Module?

1 Answers  






reading lines from a file by searching a word(instr) and copying to other textfile,but its only copying only one line but there are some other lines match criteria but not copying to the files

2 Answers  


How can we call Stored procedure of Back End in RDO and ADO ?

1 Answers  


How would you create Visual basic Document file?

0 Answers  


How do I set the Windows wallpaper at runtime?

0 Answers  


which property is used to change to some value to access a identity column in datacontrols?

0 Answers  


How would you access objects created in ActiveX Exe and ActiveX D1T ?

0 Answers  


What is the use of Visual Basic Document file?

0 Answers  


Categories