|
-
Feb 8th, 2004, 11:44 PM
#1
Thread Starter
Frenzied Member
Query Unload
The form_QueryUnload event is no longer supported in .NET.
In VB6, you could determine which method the user had used to exit the form.
eg. If UnloadMode = vbFormControlMenu Then
............... etc
(UnloadMode was passed by the QueryUnload event).
the user had exited by clicking on the X at the top right.
How is this done in .NET?
-
Feb 9th, 2004, 12:00 AM
#2
Try a search for 'UnloadMode' in the VB.NEt section:
http://www.vbforums.com/search.php?s...der=descending
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|