quote:
Originally posted by shrav/oo7`
how do use your script to hide the messenger icon when we lock messenger?
code:
function OnEvent_MessengerLocked(){
RemoveTrayIcon();
}
function OnEvent_MessengerUnlocked(){
RestoreTrayIcon();
}
However doing this will cause you not to be able to get out of Messenger Lock unless you have a global shortcut to unlock it.