Droola Posted March 15, 2020 Posted March 15, 2020 Hello, I know the title is a bit confusing but I had no better way of phrasing it, basically, I have been using autoit for a bit and I created a couple of codes but I've had a monitor of a 1280x720 resolution, now I own a 1920x1080 resolution monitor, so is there any way or a piece of code that I can use so that my code can run on my new display resolution without me having to change the entire code? Thanks in advance.
Nine Posted March 15, 2020 Posted March 15, 2020 There is multiple threads discussing how to change monitor resolution. They pretty much use all the same code as this one : “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Droola Posted March 16, 2020 Author Posted March 16, 2020 On 3/15/2020 at 7:05 PM, Nine said: There is multiple threads discussing how to change monitor resolution. They pretty much use all the same code as this one : Hey man, I will check it out, thanks for your help!
Droola Posted March 17, 2020 Author Posted March 17, 2020 (edited) On 3/15/2020 at 7:05 PM, Nine said: There is multiple threads discussing how to change monitor resolution. They pretty much use all the same code as this one : hey man, i kinda understood it a little bit but i don't fully get where am i supposed to put my new desired resoultion? i am bit of a newbie in this but any help would be great, thanks! Edited March 17, 2020 by Droola
Nine Posted March 17, 2020 Posted March 17, 2020 Please do no quote every I said, it makes the thread unreadable and clumsy for nothing. Just do simple reply unless there is a need to highlight something. So, copy the code you found in the post I gave you into your script. You just need to call the function with the resolution you want : _ChangeScreenRes(1280,720) When you are finished you can call it again and reset it to its original value... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Droola Posted March 17, 2020 Author Posted March 17, 2020 @Nine sorry about that and once again, thanks a lot man, i really appreciate your help, I will try it now with my code and report back!
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