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
What is ActiveX Dll and ActiveX Exe?
Data Control missing from toolbox when I use VB under NT3.5. Why?
___ VB constant make the menu item in centre.
How can you save and Get data from Clipboard/ Recordset object consists what?
What are the tools available for Debuggiu in VB?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
What is datagrid in vb net?
Is visual basic case sensitive?
Explain about control properties?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
How do you avoid the "Invalid use of null" error when reading null values from a database?
Explain about an event-driven programming language?
What are the types of API Types.
What is the use of Immediate, Local Window?
What are the different procedures associated with the object?