Results 1 to 2 of 2

Thread: set mdi-child in foreground

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    3
    Hello,

    is there a possiblity to set a mdi-child-window permanent in the foreground (before other mdi-child-windows)

    Thanks,Swen

  2. #2
    Guest
    Try the ZOrder method.


    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