PDA

Click to See Complete Forum and Search --> : set mdi-child in foreground


paramedic1978
Mar 6th, 2001, 05:19 AM
Hello,

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

Thanks,Swen

Mar 6th, 2001, 06:07 AM
Try the ZOrder method.


Private Sub Form_LostFocus()
ZOrder
End Sub