Results 1 to 2 of 2

Thread: Child forms on top of another

  1. #1

    Thread Starter
    Hyperactive Member Steve Stunning's Avatar
    Join Date
    Jul 1999
    Location
    Fairfax, Virginia
    Posts
    314

    Question


    Task: Keep one child on top of another one

    Knowledge: I know a little about how to keep forms on top but I do not know how to control Child Forms in this manner.

    Summary: I have a borderless child form in a MDI form. I would like to have another child form to be displayed and not fall behind the Borderless child.

    What is the best way to accomplish this task?

    Thanks for reading this!!




    Steve Stunning

  2. #2
    Guest
    Put the following code in the Form you want to stay on top.
    Code:
    Private Sub Form_LostFocus()
        ZOrder
    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