kb43 Posted October 23, 2012 Posted October 23, 2012 Hello, I want to write an AutoIt script that will set screen resolution, screen saver, power options etc. To do this manually one can: From Desktop -> Right mouse click -> From context menu select Properties. So far I have discovered how to script 'getting to the desktop' and right-mouse clicking: Send("#d") MouseClick("right",100,100) Unfortunately I do not know how to then select 'Properties' from the context menu that appears. I cannot use the AutoIt Window Info tool either to grab the menu. Can anyone help? Thanks
FireFox Posted October 23, 2012 Posted October 23, 2012 (edited) Hi, Welcome to the autoit forum If you make some searches, you will find that you can change de resolution and maybe for the other things you need Edit : Br, FireFox. Edited October 23, 2012 by FireFox
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