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
What is the use of debug Window?
How do I create controls dynamically (at run-time)?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
What is hyperlink?
Parts of ODBC?
Explain the working with task in Gantt chart view.
To populate a single column value which dbcontrols you to use?
Explain about control properties?
What is form in visual basic?
How many tabs in a tabbed dialog do you consider appropriate?
How to down load image properties.
What is shortcut menu and explain "The ole control's shortcut menu".
How can you Implement windows functionality in VB?
What is the use of Active Control Property?