What is the difference between queryunload and unload in form?
Answer Posted / supriya sinharoy
a) Unload is the last event to occur before a form set or
form is released.That means Unload occurs after the Destroy
event and after all the
contained objects have been released. In
addition, Unload occurs depending on the type of object.
b) Queryunload occurs before a form is unloaded.
That means the QueryUnload event occurs before the Destroy
event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you find out the value property in Slider Bar Control?
Explain about declaring variables in Visual basic?
What type of databases you can access through ADO Data Access Object?
What is the use of parameters collection?
What are the scope of the class?
Is the Variant type slower than using other variable types?
Explain Default cursor Type and LockEdit type in DAO?
How can you filter out specific type of file using file system controls?
To find the current recordposition in data control.
How would you create properties by using class Builder Wizard?
What is the need of tabindex property is label control.
What are the Internet tools available in VB6.0?
How should dates be implemented so they work with other language and country formats?
What's the difference between MODAL and MODELESS forms?
Difference between Recordset and Resultsets.