sensalim Posted March 24, 2008 Posted March 24, 2008 You know photo editor programs such as Paint Shop Pro and Photoshop, they have this "rainbow" color selector where you click on it and choose which one you want and it gives you Hex code. How do you make that in AutoIT? I searched but couldn't find any. Thanks!
Swift Posted March 24, 2008 Posted March 24, 2008 (edited) Theres A Command For It! _ChooseColor() I belive! #Include <Misc.au3> $Color = _ChooseColor() MsgBox(0, "Color", $Color) You must Include a Include for it too work! Edited March 24, 2008 by R6V2
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