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