What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Contacts on desktop

Contacts on desktop
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Contacts on desktop
I'm afraid your best choice would be to lock them by hand, one by one.

Which can be done rather quickly though; by right clicking the floating window and then pressing <down> <enter> on your keyboard to quickly select the lock menu item.
I can lock/unlock 20 desktop contacts like that in under 10 seconds.

There is no way to do this automatically all the time because those settings are stored under an hashed key in the registry. And the algorithm to compute that hash is unknown.

--

You could do it one time, for all the current desktop contacts, but that's it.

But that involves a lot of programming for something you would probably only use once. And by the time you have programmed all of this, you could have done the setting manually many times over.

It involves enumerating all the subkeys under HKCU\Software\Patchou\Messenger Plus! Live\<your live id>\Contacts.
Then checking if the DWORD key IsFloating is set (value 1).
If so, you need to create a new DWORD key named FloatLockPosition and set it to 1.
After all that you need to restart Messenger.
.-= A 'frrrrrrrituurrr' for Wacky =-.
01-18-2010 12:47 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Contacts on desktop - by mO2men on 01-18-2010 at 11:36 AM
RE: Contacts on desktop - by djdannyp on 01-18-2010 at 12:29 PM
RE: Contacts on desktop - by CookieRevised on 01-18-2010 at 12:47 PM


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