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 arrays?
What is ado in vb.net?
How do I call help files from a VB program?
Write the Steps in Creating an ActiveX Control?
What is Mask Edit and why it is used?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is the use of Data Form Wizard?
what are the Differences between Recordset and Resultsets?
Difference between ActiveX Exe and Dll.
How would you find out the value property in Slider Bar Control?
Explain OLE Drag and Drop.
How would you convert a form into document?
How can you save and Get data from Clipboard/ Recordset object consists what?
Difference between DDE and OLE.
what controls have you used in your project?