What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Set the owner of a popup window

Set the owner of a popup window
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: Set the owner of a popup window
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
08-31-2008 04:34 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Set the owner of a popup window - by NeoBlackBird on 08-31-2008 at 01:03 AM
RE: Set the owner of a popup window - by Felu on 08-31-2008 at 04:34 AM
RE: Set the owner of a popup window - by NeoBlackBird on 08-31-2008 at 04:50 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On