Shoutbox

Attach 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Attach Window (/showthread.php?tid=51999)

Attach Window by Fab on 10-20-2005 at 01:01 PM

Hello, I just create a plugin for plus which contain a WindowsForm.

Does anybody know how to attach this form to the main window of MsnMessenger ?
I mean, for example, if Msn Messenger is minimize, my Form is minimize too.

Thanks ;)


RE: Attach Window by Dempsey on 10-20-2005 at 01:11 PM

subclass the main window and once you get the WM_MINIMIZE message you can minimise your window too.


RE: Attach Window by Fab on 10-20-2005 at 09:21 PM

Your reply gave me a clue to find the solution of my problem, thanks a lot ;)