Results 1 to 3 of 3

Thread: Control Box Question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 1999
    Posts
    127

    Question

    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.

  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Location
    Croatia
    Posts
    200
    Put this code in the Form_QueryUnload event:

    Cancel = True
    Me.Visible = False

    This will hide the form, but it will not unload it.

  3. #3
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    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
  •  



Click Here to Expand Forum to Full Width