What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Lock MSN on Close or Minimize MSN

Lock MSN on Close or Minimize MSN
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Lock MSN on Close or Minimize MSN
Unfortunalty locking Messenger when you minimize the contactlist can't be done with only pure scripting because that requires subclassing (If you can create an external DLL which subclasses the main Messenger window then it is possible).

However, locking Messenger when you close the contactlist window is possible.

But, is there a specific reason why you don't you use the Messenger Lock shortcut or menu item for this? It has the same effect though...

As for the code to lock Messenger when you close the contactlist, all you need is:
Javascript code:
function OnEvent_ContactListWndDestroyed() {
    if (!MsgPlus.MessengerIsLocked) MsgPlus.LockMessenger(true);
}

.-= A 'frrrrrrrituurrr' for Wacky =-.
04-14-2011 10:21 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Lock MSN on Close or Minimize MSN - by Janaboy on 04-14-2011 at 09:27 PM
RE: Lock MSN on Close or Minimize MSN - by CookieRevised on 04-14-2011 at 10:21 PM
RE: RE: Lock MSN on Close or Minimize MSN - by Janaboy on 04-15-2011 at 09:23 PM
RE: Lock MSN on Close or Minimize MSN - by CookieRevised on 04-16-2011 at 12:47 AM
RE: RE: Lock MSN on Close or Minimize MSN - by Janaboy on 04-16-2011 at 02:44 PM
RE: Lock MSN on Close or Minimize MSN - by CookieRevised on 04-16-2011 at 10:19 PM
RE: RE: Lock MSN on Close or Minimize MSN - by Janaboy on 04-17-2011 at 08:28 AM
RE: Lock MSN on Close or Minimize MSN - by CookieRevised on 04-17-2011 at 08:38 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