What is the difference between queryunload and unload in form?
Answer Posted / vairamuthu
Query_Unload will execute first when unload the form. We
can stop the execution of the form_Unload method when we
set cancel = 1 in queryunload method.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of command Object?What are the various types of variables?
what are the Types of LockEdits in RDO?
What are the Internet tools available in VB6.0?
How can I call a 'hidden' DOS program from VB?
How do I use GetPrivateProfileString to read from INI files?
What is ado data control in vb6 0?
Explain OLE Drag and Drop.
what is the Difference between Tabletype and Snapshot?
What language does visual basic use?
Scope of API?s can be of different types, what are they Why API functions are Required?
what are the different Types of Recordsets.
What is ActiveX Dll and ActiveX Exe?
Differentiate between DAO,ADO and Adodc as in data access objects?
How would you attach pictures in Treeview Control?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?