Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1[Auto] Color Change Empty [Auto] Color Change Sat Aug 28, 2010 2:03 am

Top

avatar
Contributor
Loading
So, I've seen allot of people on there clients have the black background. You're like
YOU wrote:How do they change the color? D:
Well, they use this.
Code:
GUISetBkColor(0)
Well, you can change it you're self. I mean. But, it has to be on the bottom of the gui. Example
Code:
GuiCreate("Sup?",268,257,637,331)
GUISetBkColor(0xb83f5d)
You should get like a pink-ish, red-ish color. Now, on the buttons, the same. Example:
Code:
$button1=GuiCtrlCreateButton("Example",10,233,50,20)
GUICtrlSetColor(-1, 0xFF68000)
On the button, you should get a orange colored button. Well, what if you want to change the font? Example:
Code:
GUICtrlSetFont(-1, 12, 800, 0, "Comic Sans Ms")
It can be any kind of font. Let's make font ed button and a colored gui, yes? Example:
Code:
GuiCreate("Colored gui",268,257,637,331)
GUISetBkColor(0xb83f5d)
$button1=GuiCtrlCreateButton("COLOR",10,210,150,40)
GUICtrlSetColor(-1, 0xFF68000)
GUICtrlSetFont(-1, 12, 800, 0, "Comic Sans Ms")
GuiSetState()
Now, you can change everything. But, that's just an example gui. Well, hoped that helped you. +rep if it did. ^____^

2[Auto] Color Change Empty Re: [Auto] Color Change Wed Sep 01, 2010 2:09 am

Agree

avatar
Fresh Meat
Loading
Thanks

3[Auto] Color Change Empty Re: [Auto] Color Change Sun Nov 07, 2010 4:28 am

Z3N0C1D3

Z3N0C1D3
Undertaker
Loading
Is this for au3?

4[Auto] Color Change Empty Re: [Auto] Color Change Sun Nov 07, 2010 4:59 am

des

des
Achiever
Loading
Android wrote:Is this for au3?
Yes it is.

5[Auto] Color Change Empty Re: [Auto] Color Change Sun Jan 09, 2011 9:02 pm

OwenWilson

OwenWilson
Master
Loading
huh, thast diferent from normal, so glad ur explaining it :O
wuoldnt have guesed thats how itd work lol
thanks

Sponsored content


Loading

View previous topic View next topic Back to top  Message [Page 1 of 1]

Related topics

Permissions in this forum:
You cannot reply to topics in this forum