What is the difference between queryunload and unload in form?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajnish tyagi
Both events allow the unload to be cancel, however only the QueryUnload event actually provides the cause for the unload - check the UnloadMode parameter for values such as vbFormCode and vbFormControlMenu. More details can be found by looking up the events in your MSDN library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Besides Standard Exe what are other types of projects in VB?
Explain the creation project schedule.
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?
How to find size of the file. Which method or function is used to occomplish this?
What is Mixed Cursors?
Data Control missing from toolbox when I use VB under NT3.5. Why?
What is Tabstrip control? What is the starting Index value? How to locate it?
Is it possible to call backend procedures with ADO control?
What is ActiveX Dll and ActiveX Exe?
What are the rules which should be followed while naming a variable in VB?
What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?
What is ADO?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)