mIRC Home    About    Download    Register    News    Help

Print Thread
Z
Zaiboot
Zaiboot
Z
I've sent mIRC to the tray and when Windows "half crashes", jamming explorer.exe he automaticly restarts explorer.exe. All is well except that there are icons missing in the tray and one among them are mIRC.

My question: How do I get mIRC active (get the window back up) without having to restart mIRC losing all msgs?

Currently running Win Xp Pro Corp and mIRC 6.03.

Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
This sounds odd, because here (Win98se) mIRC is one of several icons that do survive an explorer crash.

This script was initially meant to prevent opening multiple instances of mIRC, but since it automatically activates the first instance it should bring up the hidden mIRC when you open a new one:
  • on *:start:{
    .ddeserver off
    if $isdde($ddename) {
    dde $ddename command "" /showmirc -r
    exit
    }
    else .ddeserver on
    }
Now, the next time the tray icon disappears, open a new mirc and let it close itself while the prior mIRC window reappears.

If it doesn't work, try changing -r to -x.


Link Copied to Clipboard