Results 1 to 2 of 2

Thread: Query Unload

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Posts
    1,374

    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?

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width