Results 1 to 3 of 3

Thread: [RESOLVED] Form Display ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2006
    Posts
    612

    Resolved [RESOLVED] Form Display ?

    I have two forms open; when the second form is open I disable the first one but still need it to be displayed as the code in the second form controls the display of the first one.

    Code:
    SecondForm.Visible = True
    FirstForm.Enabled = False
    It all works fine until I click the first forms icon in the task bar, then the second form disappears.

    How can I stop this happening

    Which event fires when a press the first forms icon in the task bar

  2. #2

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    May 2006
    Posts
    612

    Re: Form Display ?

    Simple and brilliant - Many thanks Mr Bull

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