mIRC Home    About    Download    Register    News    Help

Print Thread
#90477 14/07/04 06:28 PM
Joined: Jul 2004
Posts: 2
S
Sfly Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Jul 2004
Posts: 2
I don't know if this is a "Windows thing" or not, but I'm gonna try it here anyway: mIRC is very friendly for the mouse-less among us (yes, they do exist!), loaded with hotkeys and so on. mIRC also has the possibility to minimize to the systray (right below, next to the clock), but is there also a way to activate mIRC from the systray WITHOUT using the mouse? There are no options for this, neither a hotkey.

For some programs, when already running in the systray, it's simply enough to launch them again to activate them, but mIRC launches just another copy. Is there a command line available wich activates mIRC from the systray without launching another copy maybe?

I don't like minimize mIRC to the the taskbar, as I'm on a low screen resolution and things get crowdy very easily. Any help appreciated.

Sfly

#90478 14/07/04 07:33 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Start Menu Button (or ctrl+esc)
[esc]
Tab 3 times
use arrows to get to the icon of your choice.


-KingTomato
#90479 14/07/04 07:36 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Get Zruntime.dll and create a new link (.lnk file) which runs the following command:

rundll32.exe c:\path\to\zruntime.dll,DDEmIRC mIRC,/showmirc -x

You can then assign it a "hotkey" and call it whenever you wish to restore mIRC.

Note: the command /showmirc has other switches you may find useful. Look it up in mIRC's helpfile index.

This thread offers an alternative (it's awkward, but works.)

#90480 14/07/04 07:49 PM
Joined: Jul 2004
Posts: 2
S
Sfly Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Jul 2004
Posts: 2
Amazingly. This is exactly what I meant!

Thanks a billion!

Sfly

#90481 14/07/04 07:50 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
On *:Start:{
var %tmp $+(mIRC.,$rand(1,1000))
ddeserver on %tmp
if ((%lastdde) && ($isdde(%lastdde))) { dde %lastdde command "" /showmirc -x | exit }
else { set %lastdde %tmp }
}


Might be another alternative, although it does open another copy, if the dde names dont match it closes it.

Eamonn.

#90482 14/07/04 07:51 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Thats kinda nifty actually, not that i'd use it =)

Eamonn.

#90483 14/07/04 11:06 PM
Joined: Jul 2004
Posts: 1
S
Mostly harmless
Offline
Mostly harmless
S
Joined: Jul 2004
Posts: 1
i cant seem to get my mIRC to minimize to systray
in older versions there would be an option for it, i cant find one for this version, can someone inform me on how to minimize it to the systray?

#90484 14/07/04 11:58 PM
Joined: Jun 2003
Posts: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
The option is still there smile

ALT+O > Display > Options > [Tray...]

Check the box 'Place mIRC in tray when minimized'.

If you just want to place it in the tray on one occasion rather than do it every time you minimise mIRC, type /showmirc -t.

Regards,


Mentality/Chris

Link Copied to Clipboard