What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! Bug Reports » [324] Contact-add window despite Messenger Lock

[324] Contact-add window despite Messenger Lock
Author: Message:
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
36 / Male / Flag
Joined: Jul 2007
O.P. RE: [324] Contact-add window despite Messenger Lock
Well, I guess there is no loop at the moment, like
code:
while(Messenger.IsLocked) {
    FindAllWindowsByProcess(MyProcess);
    foreach(window in windows) {
        if(window.visible)
            HideWindow(window);
    }
    waitSmallTime();
}
Code like this would check every X amount of time if there are unhidden windows from the current process, and such loop could even be created by a script, using the Window class names of the Windows (like Contact Invite Class etc), so why can't Plus' corecore do such? Even a short time having the window on screen before hiding it (maybe after 100 ms), would be better as leaving the window onscreen.
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
04-13-2008 07:34 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[324] Contact-add window despite Messenger Lock - by mynetx on 04-11-2008 at 06:55 AM
RE: [324] Contact-add window despite Messenger Lock - by matty on 04-11-2008 at 05:15 PM
RE: [324] Contact-add window despite Messenger Lock - by ahmetgns on 04-11-2008 at 08:37 PM
RE: [324] Contact-add window despite Messenger Lock - by mynetx on 04-12-2008 at 03:19 PM
RE: [324] Contact-add window despite Messenger Lock - by vikke on 04-12-2008 at 03:59 PM
RE: [324] Contact-add window despite Messenger Lock - by mynetx on 04-13-2008 at 07:34 AM
RE: [324] Contact-add window despite Messenger Lock - by vikke on 04-13-2008 at 09:46 AM


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