Shoutbox

Solving "minimize" bug - 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: Solving "minimize" bug (/showthread.php?tid=95300)

Solving "minimize" bug by aimc on 08-23-2010 at 02:12 AM

Hi everybody

For users of WLM with Plus there's a bug which maximize your MSN chat window when minimizing other programs.

This can be solved by putting this code here

code:
Interop.Call("user32.dll", "ShowWindow", ChatWnd.Handle, 6 /*SW_MINIMIXE*/);

I am wondering if there is a trigger something like "OnEvent_WNDminimized"
where i could put this line, which gives enough instructions for the "shell" to keep your msn minimized correctly (as if there where no bug at all)

it should be writen as many times as windows are maximized.


(the problem is not that it maximizes the window, but apparently doesn't minimize it correctly, so this line should work well)

greetings
RE: Solving "minimize" bug by aimc on 08-31-2010 at 03:07 AM

what i am still trying is to put that line in a function called when minimizing a conversation window
something like

onEvent_WLMwindow_is_minimizing ... ...

some suggestions and/ or critisize would be appreciated
greetings