What does Query_unload event do in VB? Why we need Form
_unload event?
Answer Posted / amirthraj
Query_Unload event is fired, when the form is actually
preparing for unload. Whereas Form_Unload is triggered when
form is unloaded. It's possible to stop the form unload
from Query_Unload event by setting its Cancel argument to
True.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Where can I get updated VB and other Microsoft files?
Explain about ADO control?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How can you filter out specific type of file using file system controls?
How would you attach pictures in column headers of List View Control?
Where can I get good up-to-date information about VB?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
which property used to add a menus at runtime?
Explain Types of DBCombo boxes?
How many objects resides in ADO ?
How do I dial a phone number without using the MSCOMM VBX?
Explain about an event-driven programming language?
Explain about the basic features of Visual basic?
Difference between DDE and OLE.
What about DLL calls that require callbacks?