Finding My Windows X,Y Coordinates on the Desktop

BlitzPlus Forums/BlitzPlus Beginners Area/Finding My Windows X,Y Coordinates on the Desktop

aPoPhus(Posted 2011) [#1]
Hi Again,

Could someone point me in the direction of how i can findout my Windows X and Y coordinates ??

Thankyou


okee(Posted 2011) [#2]
You could try:

If KeyHit (57)
  Notify "Window X: " + GadgetX(winMain) + " Window Y: " + GadgetY(winMain)
EndIf 




where winMain is the name of the window gadget

Last edited 2011


aPoPhus(Posted 2011) [#3]
Thankyou, that done the trick :)


gerald(Posted 2012) [#4]
I have an older program I photo plus 4 that shows the x & Y coordinates in the lower left corner when you are using the selection tool.


gerald(Posted 2012) [#5]
OOPS,

The older program is I photo plus. 4 is the newer version.


gerald(Posted 2012) [#6]
My bad. The first one, I photo plus 4 is the correct one.