supersonic Posted March 21, 2016 Posted March 21, 2016 Hi, I like to change the text and (bk-)color of a label control for an other window (which is indeed another compiled AutoIt script) by using window and/or control handle. Changing the text seems to work fine - using: _GUICtrlEdit_SetText(ControlGetHandle($hWnd, "", "[CLASS:Static; INSTANCE:1]"), "New text") ... surely there's a better way to do this. But how to change (bk-)color? I guess I have to use something like: _WinAPI_SetTextColor(ControlGetHandle($hWnd, "", "[CLASS:Static; INSTANCE:1]"), 0x00FF00) ... with no effect. Anyone any idea?
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