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
Difference between Dynaset and Snapshot?
Is a foo VBX/DLL available as shareware/freeware?
What are the rules which should be followed while naming a variable in VB?
How can Visual Basic be used for server-side scripting?
Binary Access-method isused to access file in which manner?
How can you get selected file from file system Control?
What do you mean by provider?
___ is a property to resize a label control according to your caption.
It is possible to access Text (x.txt) files? Explain.
Types of LockEdits in RDO.
Which method is preferred to save datas like database?
What is the difference between change event in normal combobox and dbcombobox?
How many ways we can access file using VB?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?