Jump to content

Recommended Posts

Posted

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.

Posted
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!

Posted (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 by Droola
Posted

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...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...