|
-
Dec 13th, 2000, 04:13 PM
#1
Thread Starter
Lively Member
I posted a message awhile back about how to disable the close button on the control box, and the replies were helpfuland they all worked. Thanks again.
Now I may be pushing the bucket here, but I'm wondering if there's a way to have the close button active, but not have the form unload when you press it. ie. just have it's visible property set to false. If its possible, could somebody give me some ideas on how to make this work?
Thanks in advance.
-
Dec 13th, 2000, 06:07 PM
#2
Addicted Member
Put this code in the Form_QueryUnload event:
Cancel = True
Me.Visible = False
This will hide the form, but it will not unload it.
-
Dec 15th, 2000, 03:36 AM
#3
PowerPoster
Megatron, Where can I download the VBFEL library ?
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
|