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:
Janaboy
New Member
*


Posts: 4
Joined: Apr 2011
O.P. RE: RE: Lock MSN on Close or Minimize MSN
quote:
Originally posted by CookieRevised
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);
}



Thanks for help, is working!
But about the reason! Actually i was looking for such solution where if i away from the computer, nobody can delete from my contact list..
So if you can help me with this, i will be happy :), that if i want to delete from my contact list need password or lock of course without the deleting happen!


This post was edited on 04-15-2011 at 09:24 PM by Janaboy.
04-15-2011 09:23 PM
Profile E-Mail 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