Originally Posted By: lcrzoex
I using mIRC only as scripting language, main mIRC window running hidden in system tray. How to open mIRC Scripts Editor when mIRC run?
I think this is what you actually want:
Code:
on *:appactive:{
  if ($mouse.key & 1) {
    .comopen a WScript.Shell 
    .comclose a $com(a,SendKeys,3,bstr,% $+ r)
  }
}
when the mIRC is minimized in the tray, you double left-click on it to open it along with the script editor.