Jump to content

Recommended Posts

Posted

You can use Window coordinates for only the window but can you do the same with image recognition and Pixelsearch? It will only search for in the active window.

Why i need this?
I have a server program for CS:GO servers and i want to use both as an experiment.


Can i also resize a window to a specific x,y coordinates with AutoIt?

Posted
Just now, PunkoHead said:

Hello, you can always use the:

WinActivate("My CS Server Window")

And in regards to the resizing, yes, there is a way and you can read all about it here. Check the example:

WinMove($hWnd, "", 0, 0, 200, 200)

 

Wow thanks!

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