ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

SOLVED - lock window positions on startup

(1/1)

Uncle Larry:
Hi - forgive me if this is a done-deal, but could not find anything so thought I'd ask for it. 

I use AHK scripts for lots of stuff, and want to expand to some new areas.  Most of what I do involves copy/pasting from IE to Lotus Notes or other IE windows, sending keys and such like that.  I'm aware it would be more elegant to use the object model to get into whatever I'm working with, but I'm not that smart.   :tellme:  So I usually end up with coordinates to which I'm sending left downclick action.  If I move my windows, obviously that kills the code.  I open the same windows at work every day, and would like them to always open in exactly the same place, so that macros I write will find links where they should be.

Any ideas? 

Thanks - Larry

skwire:
Give Skrommel's WinWarden a look:  https://www.donationcoder.com/Software/Skrommel/index.html#WinWarden

skwire:
Furthermore, look up CoordMode in the AHK docs.  Specifically: CoordMode, Mouse, Relative

Good luck!   :Thmbsup:

Uncle Larry:
Furthermore, look up CoordMode in the AHK docs.  Specifically: CoordMode, Mouse, Relative

Good luck!   :Thmbsup:
-skwire (May 12, 2011, 10:40 AM)
--- End quote ---

That's what I'm looking for!  Thank you very much!

Larry

Navigation

[0] Message Index

Go to full version