What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Keep contacts shown on desktop visible when Aero Peeking
I've solved that problem : look in the options, there's a way of making the icons dim (or even get hidden) when the person's offline.
tb87WLM Plus! General08-29-2009 at 03:09 PM
RE: Keep contacts shown on desktop visible when Aero Peeking
Hey Spunky, I tested my script with the WLM window *not* minimizing on startup and now docked contacts disappear when Aero Peeking. Any hint on what would cause that? Thanks again, Alex
tb87WLM Plus! General08-04-2009 at 01:22 AM
RE: Keep contacts shown on desktop visible when Aero Peeking
Ahhh... useful information! :) This is why I don't want to make bug-free apps : you find an exception, then have to implement a feature. I'll leave that stuff to Patchou ! Thanx though for the post. Alex
tb87WLM Plus! General08-03-2009 at 11:58 AM
RE: Keep contacts shown on desktop visible when Aero Peeking
Humm.. Well the fact that the code's working is enough for me. It isn't neat/efficient/bug free but as this was my first JScript code I'll be happy and live with it, and I have no time to implement additional features. For the API, kindly note tha...
tb87WLM Plus! General08-03-2009 at 10:09 AM
RE: Keep contacts shown on desktop visible when Aero Peeking
Here's some working code : [code] function OnEvent_SigninReady(Email) { var handle = null; handle = Messenger.ContactListWndHandle; Interop.Call("User32.dll", "EnumChildWindows", handle, Interop.GetCallbackPtr("EnumCallback"), 0); } fu...
tb87WLM Plus! General08-02-2009 at 08:28 PM
RE: Keep contacts shown on desktop visible when Aero Peeking
Ahh Eljay you're making my day guy :) Didn't take a look at msgplus's scripting feature yet. I however have a past of scripting/programming so shouldn't be an impossible task to me. Your thoughts on how much time/work this would take? Of course I...
tb87WLM Plus! General07-31-2009 at 10:53 PM
RE: Keep contacts shown on desktop visible when Aero Peeking
eh-hem.. Anyone? Is it because not a lot of people know about Aero Peek? In fact it's a function that allows you to temporarily see the desktop and (hopefully :) docked content WITHOUT having to minimize all those windows you have open by pressing W...
tb87WLM Plus! General07-31-2009 at 12:57 PM
Keep contacts shown on desktop visible when Aero Peeking
Hi, I have a suggestion. I'm using Windows 7 with the Aero Peek function (think it's also available in Vista though). When I do the Aero Peek contacts setup to appear on desktop also get hidden. Would it be possible to keep them visible? It would b...
tb87WLM Plus! General07-29-2009 at 04:08 AM
[Hide Excerpts]