At the start of my script, I resize the window of the app that my macro will function against. I've got many instances of FindImagePos within my script.
If i wanted to resize my app windows to make it bigger, i'm assuming all instances of FindImagePos will fail as it's not a relative movement to the window.
Is there anyway to make adjustments so i don't have to recreate all instances of FindImagePos?
Apologies if i'm not making sense or i'm misunderstanding some things.

When I started my script I was a bit of a noob, but I kept increasing it's functionality as my knowledge increased and now I don't want to have to recreate it to account for a larger app window if I don't have to.
Thanks.