Ayres Posted September 9, 2005 Share Posted September 9, 2005 How I use the AUTOIT to modify the color of desktop? Sample: RGB 216-216-216 Link to comment Share on other sites More sharing options...
Ayres Posted September 10, 2005 Author Share Posted September 10, 2005 DLLCall + SetSysColors$COLOR_DESKTOP = 1 $color = 0xFF00FF $ret = DLLCall("user32.dll","int","SetSysColors","int",1,"int_ptr",$COLOR_DESKTOP,"int_ptr",$color)<{POST_SNAPBACK}>Very thanks Larry!!!It could say me if it has another call to change wallpaper of the Windows?It functions work in all the versions of the Windows?Where I see all the available calls of user32.dll Link to comment Share on other sites More sharing options...
Josbe Posted September 10, 2005 Share Posted September 10, 2005 Very thanks Larry!!!It could say me if it has another call to change wallpaper of the Windows?It functions work in all the versions of the Windows?Where I see all the available calls of user32.dll<{POST_SNAPBACK}>Dependency Walker (included in Visual Studio too).This small tool enumerates the functions in the DLL, and also can go to MSDN reference(ENTER or double-click) about a particular function. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
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