Schwarzwald Posted January 13, 2009 Posted January 13, 2009 After looking at this topic:http://www.autoitscript.com/forum/index.php?showtopic=87625I saw that there is some desktop window info like the resolution and other things I didn't understand but what I need is the color depth on my monitor. Nothing fancy, just a message box would be fine for me.
FireFox Posted January 13, 2009 Posted January 13, 2009 @schwarzwald look at autoit macro like @DesktopDepth or something like that Cheers, FireFox.
Schwarzwald Posted January 13, 2009 Author Posted January 13, 2009 @schwarzwaldlook at autoit macro like @DesktopDepth or something like that Cheers, FireFox.Thanks FireFox. Here's the code I slapped together to see what's my desktop color depth is:msgbox(0, "depth", @desktopdepth)I get 32. That's my desktop color depth. Thanks again.
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