|
-
Dec 28th, 2001, 04:25 AM
#1
Thread Starter
Lively Member
Control Box
Is there any way to do a certain command like delete (lol) when you click the X in the control box?
-
Dec 28th, 2001, 04:53 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|