Results 1 to 2 of 2

Thread: Control Box

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Just behind the screen
    Posts
    72

    Control Box

    Is there any way to do a certain command like delete (lol) when you click the X in the control box?
    So what's a program!?

  2. #2
    AIS_DK
    Guest
    when the user clicks on the X in the control box, VB raises the Form_Queryunlod event. This event has a parameter called "unloadmode", the value of this varible is "0" or "vbFormControlMenu" (This is an enum value), if the form is being closed as a result of, that the user pressed the X or choose close from the control menu.

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