Gillboss Posted April 15, 2008 Posted April 15, 2008 how change font, in size and color? i mean at..: GUICtrlCreateLabel thanks
monoceres Posted April 15, 2008 Posted April 15, 2008 Use GUICtrlSetColor to set color and GUICtrlSetFont for font & size, but seriously this stuff is not exactly hidden in the helpfile. Save yourself some time and look in it next time Broken link? PM me and I'll send you the file!
Gillboss Posted April 15, 2008 Author Posted April 15, 2008 (edited) can u give me example please? ty.. here code..: GUICtrlCreateLabel("Bot Control :", 20, 25, 60, 20 ) how change color or size.. Edited April 15, 2008 by Gillboss
monoceres Posted April 15, 2008 Posted April 15, 2008 GUICtrlCreateLabel("Bot Control :", 20, 25, 60, 20 ) GUCtrlSetColor(-1,0xFF0000) ; Makes the text red GUICtrlSetFont(-1,18,400,"","Georgia") ; Makes the text non-fat 18 size Georgia Broken link? PM me and I'll send you the file!
NELyon Posted April 15, 2008 Posted April 15, 2008 0x0000FF; Blue 0x00FF00; Green 0x000000; Black 0xFFFFFF; White 0x00FFFF; Cyan (I think) Those are a few.
henry1 Posted April 15, 2008 Posted April 15, 2008 Hi Gill,You can do search on Google on "HTML color codes." Here is one of the example:HTML Color Code Henry
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now