What all are the events fired when we Unload a VB form?
explain each plz?
What all are the events fired when we Unload a VB form?imax theater
Off the top of my head:
QueryUnload - Asks the members of a MDI window whether it's OK to close the window.
Unload - Sent BEFORE controls are destroyed. (Like WM_DESTROY)
Terminate - Sent AFTER controls are destroyed. (Kind of like WM_NCDESTROY)
What all are the events fired when we Unload a VB form?classical music opera theater
First is the 'QueryUnload', then the second is 'Unload'. If you want to know what causes the form to unload and wants to cancel that unload, use the 'QueryUnload'.
For more free VB source codes, visit, http://smartcoder.awardspace.com/
KaBalweg
http://smartcoder.awardspace.com/
No comments:
Post a Comment