Results 1 to 2 of 2

Thread: Make resize event occur before Show??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Sunny Southern Weather
    Posts
    406

    Make resize event occur before Show??

    Anyone know how to make the Resize event occur before the Show event in an MDI form?

    If you have more than one child, and one is maximized, when you switch to another child, you can see the resize happen.

    Can this be avoided?


    (Yes, this is the same question I posed earlier written differently!
    No one answered the other question!)

  2. #2
    Dreamlax
    Guest
    If you are changing through them using Ctrl+Tab then I don't think it can be stopped, else you could try this:

    Code:
    Private Sub Form_GotFocus()
     Form_Resize
     Me.Show
    End Sub

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