Results 1 to 3 of 3

Thread: mdi parents and childs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    70

    mdi parents and childs

    Hi everyone,

    I got a problem with mdi parents and childs. I show a window this way:
    VB Code:
    1. Dim childWindow1 As New windowClass1
    2. window.mdiparent=me
    3. window.show()

    It works fine unless there is another child window opened and maximized, when this happens the childWindow1 also maximizes itself although I want its windowState to be Normal.

    Why does it maximize automatically if there is another child window openned and maximized? What can I do to fix this?

    Thanks for your help.

  2. #2
    Addicted Member
    Join Date
    Sep 2004
    Location
    UK
    Posts
    129

    Re: mdi parents and childs

    Hi, I would have to say that this is normal behaviour on all MDI application I have used!

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    70

    Re: mdi parents and childs

    My problem is that sometimes my windows have a fixed size because I don't want them to be as big as they would be if maximized and then when I open them they still try to maximize and end up looking very bad, jus as if the application had crashed.

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