What is the difference between queryunload and unload in form?
Answer Posted / r. antony greetan
Using the Query Unload we can determine how the application
is getting closed( By Coding, By MDI Window closing the
child, By Task Manager, By Pressing Close Button etc...).
(Here we can code that if the application is closed by mdi
then don't close it)
But in Unload we can only handle the closing only. We can
determine how it is getting closed...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the uses of List View Control?
Recordset object consists what?
To find the current recordposition in data control.
How do you zoom in visual basic?
How many ways you can access file using VB?
When/Why should I use Option Explicit?
what are the types of cursors in DAO?
what is the control used to call a windows application.
What is the use of Visual Basic Document file?
Is there a way to break long lines in VB code?
How can I call a 'hidden' DOS program from VB?
Types of cursors in DAO?
Is it possible to set a shortcut key for label?
With in the form we want to check all the text box control are typed or not? How?
How many ways we can access file using VB?