Results 1 to 2 of 2

Thread: MDI form still on top

  1. #1
    Lively Member
    Join Date
    Apr 12
    Posts
    70

    MDI form still on top

    Hi I need some advice.

    I have a program of MDI. In the generate form1, which is maximized and does not have a header with buttons to minimize, etc. Then generate for more form appears above him but when click on the first, the second form is maximized hiding under him and he can't control.

    How do I keep the second form still on top? Thanks

  2. #2
    PowerPoster
    Join Date
    Mar 02
    Location
    UK
    Posts
    4,028

    Re: MDI form still on top

    Are you sure your application is really MDI? The MDI childen sit inside the MDI parent, so you could always see the top form behind everything else. How are you creating an adding these new forms?

    ie. MyNewForm.MdiParent = ParentForm '<< that is what you need

    or something like MyNewForm.Show

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •