what is the Difference between Query unload and unload in
form?
Answer / guest
Occurs before a form or application closes. When an MDIForm
object closes, the QueryUnload event occurs first for the
MDI form and then in all MDI child forms. If no form
cancels the QueryUnload event, the Unload event occurs
first in all other forms and then in an MDI form.
When a child form or a Form object closes, the QueryUnload
event in that form occurs before the form's Unload event.
Is This Answer Correct ? | 2 Yes | 0 No |
which arguments will be used to run a executable program in shell function ?
Difference between ByRef and ByVal?
What is the difference between adodc and adodb in vb?
Why is it not good to use a variant data type?
What do you mean by provider?
What are the rules which should be followed while naming a variable in VB?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
what is the Property used to add a menus at runtime?
What is OLEDB?
What is rdo in vb?
How would you find out the value property in Slider Bar Control?
How would you create properties in ActiveX Control?