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 Internet tools available in VB 6.0?
Is there any Edit method in ADO Data Access method?
How would you access objects created in ActiveX Exe and ActiveX Dll
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
What are forms in visual basic?
___ Property is used to count no. of items in a combobox.
Is there a way to break long lines in VB code?
Does VB support pointers to functions?
Explain Types of DBCombo boxes?
What is controls in vb?
Types of ActiveX Components in VB?
Advantage of ActiveX Dll over Active Exe.
Explain the "cursortype" and "Locktype" in VB?
How can I speed up my VB database application?
Why doesn't "my string" & Chr$(13) do what I want?