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


Please Help Members By Posting Answers For Below Questions

Explain about Caturing Baseline.

864


How do I create controls dynamically (at run-time)?

1155


What is a toolbox in visual basic?

756


___ property used to add a menus at runtime.

1494


Difference between DDE and OLE.

3019


Can you create a Updatecascade, Deletecascade relation in Ms- Access?

1894


Explain about manipulating the recordset object

753


___ is a property to resize a label control according to your caption.

1317


Why visual basic is used?

744


how a multiple routing works ?

2489


How to get freefile location in memory?

2305


How would you map properties to controls by using ActiveX Control Interface Wizard?

1670


How would you use ActiveX Dll and ActiveX Exe in your application?

1747


How do I call help files from a VB program?

1195


How do I program the Novell NetWare API from VB?

1200