ycomp Posted June 30, 2008 Posted June 30, 2008 Hi, I figured out how to use the control ID to set the text of a control (I think it is some kind of edit box, or label) of another app. My question is, how can I change the color? I would like to change to lime or red. thanks!
ycomp Posted June 30, 2008 Author Posted June 30, 2008 GUICtrlSetColor()GUICtrlSetBKColor()cool thanks
ycomp Posted July 4, 2008 Author Posted July 4, 2008 can't quite figure out how to call the GUI functions... I am not sure how to get the control id for it.
Linux Posted July 4, 2008 Posted July 4, 2008 tip $Label = GuictrlcreateLabel("Test") Guictrlsetcolor($Label) You can help! Donate to AutoIt! or, visit ClimatePREDICTION.netMy posts:Travian Bot Example (100+ servers) BETAHow to Host you code/app for free! (unlimited team number) (Public or Private)"Sir, we're surrounded!" "Excellent. We can attack in any direction!"
ycomp Posted July 4, 2008 Author Posted July 4, 2008 tip$Label = GuictrlcreateLabel("Test")Guictrlsetcolor($Label)thanks but I mean in relation to my original question... I'm not creating my own controls.
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