mIRC Home    About    Download    Register    News    Help

Print Thread
#23419 09/05/03 11:41 PM
Joined: Feb 2003
Posts: 79
A
Ancyker Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Feb 2003
Posts: 79
You know hot the mirc icon changes depending on what ur doing, send or receiveing fdata, I wanted to do something like that with a dialog and some text. But dunno how.

Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Make a dialog with an icon in it then use /did -g <DialogName> <IconID> <Path\to\New\icon.ico> with a on text event.
If that doesn't make sense, just use what's below.

Code:
ON 1:TEXT:*:#:{ .did -g SomeDialog 1 $mircdir\icondir\SomeIcon.ico }


- cF
Dedicated helper for rent.

Link Copied to Clipboard