Hello,
is there a possiblity to set a mdi-child-window permanent in the foreground (before other mdi-child-windows)
Thanks,Swen
Printable View
Hello,
is there a possiblity to set a mdi-child-window permanent in the foreground (before other mdi-child-windows)
Thanks,Swen
Try the ZOrder method.
Code:Private Sub Form_LostFocus()
ZOrder
End Sub