Bamse Posted January 8, 2018 Posted January 8, 2018 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?
PunkoHead Posted January 8, 2018 Posted January 8, 2018 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) Bamse 1
Bamse Posted January 8, 2018 Author Posted January 8, 2018 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!
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