Skip to content
MSN

Color Dialog

A TG007 community discussion started by Warrior124.

Discussion 9 posts
Page 1 of 1
Open
Topic #6855 · 9 published posts · 1,071 views

Is there a command you can use in remotes to open the color dialog without using color.dll?

Whatcha mean?

It is like when you go to "View -> Colors" in mirc. Well, I'm trying to get a command that will open up the color dialog on its own.

Edited Jun 14, 2006 6:48 PM 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.

Hey zBrute. That worked. Thanks for your help .:)

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

lol, I thought that too. However, when I tried it didn't open. It just gave me an error message saying something like "invalid parameters" or something like that. Now /font will open the font dialog, but /color won't open the color dialog for some weird reason. :notworking:

Hey zBrute. That worked. Thanks for your help .:)

 

no problem, glad i could help you