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
Explain about Caturing Baseline.
How do I create controls dynamically (at run-time)?
What is a toolbox in visual basic?
___ property used to add a menus at runtime.
Difference between DDE and OLE.
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
Explain about manipulating the recordset object
___ is a property to resize a label control according to your caption.
Why visual basic is used?
how a multiple routing works ?
How to get freefile location in memory?
How would you map properties to controls by using ActiveX Control Interface Wizard?
How would you use ActiveX Dll and ActiveX Exe in your application?
How do I call help files from a VB program?
How do I program the Novell NetWare API from VB?