Results 1 to 2 of 2

Thread: Setting Focus on a form

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 1999
    Posts
    27

    Post

    After you are done with this "logo screen" or "splash screen" change the enabled property of the form.

    frmlogo.enabled = false

  2. #2
    Hyperactive Member Gimpster's Avatar
    Join Date
    Oct 1999
    Location
    Redmond, WA 98052
    Posts
    331

    Post

    I have an MDI form setup. One form (the logo form) is shown when the "parent" form is loaded. The logo form is simply meant to be in the background while all the other form are running, and they are meant to be on top of the logo form. However, my problem is this: if you have a form that fits inside the border of the logo form, and then you click the logo form, the other form disappears (because it gets moved behind the logo form). What I want to do is write some sort of code that will enable me to keep the logo form from getting the focus, thereby keeping the other forms from being hidden. How can I do this? (Oh, by the way, the logo form is very simple, it is a form with no border style, and then an image control that takes up the entire form. The image control is where the logo resides.) Thank you.

    ------------------
    Ryan
    [email protected]
    ICQ# 47799046

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