Dolemite50 Posted January 15, 2009 Posted January 15, 2009 Hi, I'm hoping somebody can enlighten me on constants. At this point I don't even know if our constants files are referencing stock Windows OS stuff or "customized-for-AutoIt" versions of the same, or a little of each? The help file only gives listings of them but when I try to Google a constant I often get AutoIt posts well before anything on MSDN. I've been trying to learn by using Gary's API utility (thanks) which shows me information like: $RDW_ALLCHILDREN = 0x0080 ..but what does that mean? Is 0x0080 a value that I can change to alter how the constant behaves? ...or is it just a static code telling Windows I'd like to set $RDW_ALLCHILDREN to true and therefore my app will then take on the $RDW_ALLCHILDREN behavior? How would I go about learning more about this stuff? Does anybody know where to find a "dummied-up" version of a utility similar to Gary's for us rookies? Thank you very much.
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