Results 1 to 2 of 2

Thread: What is Wrong (MDI)

  1. #1
    fdelpuerto
    Guest

    What is Wrong (MDI)

    Hi, can anybody help me

    I have a project with

    - MDI form
    - Childform1 with treeview and listview controls
    - Childfrorm2....3....4....5....6.....etc.

    The Childform1 must be always on vbMaximized,
    but when I show any other Child form, Childform1 is minimized.

    Can anybody tell me how fix it

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    If the Childform1 is Maximized and taking up the whole screen then where are you showing childform2?

    If you are trying to make Childform1 some kind of menu type of form you could put a picturebox on the MDI form and then use the SetParent API to set Childform1 to have the picturebox as a parent. That should let you control the other MDI children normally or just don't make Childform1 an MDI Child.

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