Do you mean to set owner of a Plus! Window?
You could either use MsgPlus.CreateChildWnd(Check Scripting Documentation) or SetParent API.
code:
Interop.Call("User32.dll", "SetParent", ChildWnd.Handle, ParentWnd.Handle); //ParentWnd.Handle is the handle of the Parent window