mIRC Home    About    Download    Register    News    Help

Print Thread
#98557 24/09/04 07:01 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Somone that know if i can bring up te color dialog with a command within mirc? and i dont looking for the color index, i want to open the dialog where u change color on your own text, mode text, action text and so on.. i only need to open it true a /command, not edit anything in it.. would be nice to know how to bring up the color index too.. but nothing i need right now..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#98558 24/09/04 07:20 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
from the help files:
/color [-r] <name> <index>
Allows you to change the color settings for items in the Colors dialog.

You can change the color of a box in the color dialog, you can use /color <index> <rgb>.

You can also reset the Nth color box to its default RGB value with /color -r <N>.

-
hold the alt key and type the letter K to open the dialog manually

#98559 24/09/04 07:28 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Code:
alias sendkeys {
  if ($com(sendkeys)) { .comclose sendkeys }
  .comopen sendkeys WScript.Shell
  .comclose sendkeys $com(sendkeys,SendKeys,3,bstr,$1-)
}


/sendkeys % $+ k will open up the alt-k colour dialog.
/sendkeys ^k will open up the ctrl-k colour dialog.


New username: hixxy
#98560 24/09/04 10:09 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
thnx, but i found the sendkey.dll .. so i using that one grin


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard