Shoutbox

ActiveX object in MP!L-window? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: ActiveX object in MP!L-window? (/showthread.php?tid=69138)

ActiveX object in MP!L-window? by harryk on 12-04-2006 at 11:24 AM

Hi,

I'm new to WP!L and scripts, so I apologize if this question is already answered somewhere. Is it possible to include an windowless activex control inside a window created with MsgPlus.CreateWnd?

I create the activex control with

var Ax = new ActiveXObject(progID);


Is this even possible? I've only seen examples with people opening up IE in another window, but not inside a MsgPlus-window.

Thank you,

/Johan


RE: ActiveX object in MP!L-window? by matty on 12-09-2006 at 12:55 PM

If you call a function from inside the ActiveXObject that creates a Window you could call SetParent API to set it to the Plus! Window but that wouldn't look good at all.