Page 1 of 1

Searchbox question

Posted: 14 Aug 2022, 16:18
by Sacare
Hey, I was wondering how I could put a box on screen around the X1, Y1, X2, Y2 coordinates and if its possible.
Thank you in advance for any help :)

Re: Searchbox question

Posted: 15 Aug 2022, 08:43
by mikeyww
Welcome to this AutoHotkey forum!

I imagine that no one knows what you mean or what your intent or goal is.

You could create a GUI that shows a progress control. https://www.autohotkey.com/docs/commands/GuiControls.htm#Progress

In case you mean an input box: InputBox

Re: Searchbox question

Posted: 15 Aug 2022, 09:26
by BoBo
Sounds to me like a crosshair/targeting attempt? :think:

Re: Searchbox question

Posted: 15 Aug 2022, 10:24
by mikeyww
Could be. PixelSearch if needed.