Is there a command you can use in remotes to open the color dialog without using color.dll?
A TG007 community discussion started by Warrior124.
ctrl k , alt k ?
I don't believe there's an internal command. You can use the following alias to get it to come up using /colors
alias colors {
if ($com(colors)) { .comclose colors }
.comopen colors WScript.Shell
.comclose colors $com(colors,Sendkeys,3,bstr,$+($(%,0),K))
}
It may not work if you have a dialog opened or something. You could just add the following line as the first line in the command:
if ($active != "Status Window") window -a "Status Window"
And that should work. Hopefully I've been some sort of asssitance.
I could have sworn there was a one line command built into mirc to open it. I thought it was /color, but I guess not lol.
err0r: 666 + 1337 = 2003 backwards is 3002 which is how many people ozzy has banned from tg
err0r: spooky
Hey zBrute. That worked. Thanks for your help .
no problem, glad i could help you
Sign in to reply or start a new topic where your account has permission.