alt + o > Other > lock, ticks "Hide tray menu window list when locked"i've misunderstood the aim of this option"

You can try this, it reproduce the ctrl + minimize thing and fill the *asking Lock dialog* with your password if needed :
Code:
alias tray-pass {
if ($com(a)) .comclose a 
if ($com(b)) .comclose b 
.comopen a WScript.Shell  
.comopen b WScript.Shell 
.comclose a $com(a,SendKeys,3,*bstr,% {up 3}^(~)) 
.timer -h 1 300 .comclose b $!iif($appactive,$com(b,SendKeys,3,*bstr, $$1{tab} $!+ $$1 $!+ {tab}~))
}
/tray-pass "password"





Last edited by Wims; 29/09/08 12:42 AM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel