What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Solving "minimize" bug

Solving "minimize" bug
Author: Message:
aimc
New Member
*


Posts: 2
Joined: Aug 2010
O.P. Shocked  Solving "minimize" bug
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

This post was edited on 08-23-2010 at 02:13 AM by aimc.
08-23-2010 02:12 AM
Profile E-Mail PM Find Quote Report
aimc
New Member
*


Posts: 2
Joined: Aug 2010
O.P. RE: Solving "minimize" bug
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
08-31-2010 03:07 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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