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

DonationCoder.com Software > Find And Run Robot

Auto Center FARR

(1/1)

uries62:
Just a little something I came up with using ahk and FARR to auto-center regardless of size.  Maybe it has already been done?


--- Code: AutoIt ---#Persistent, On SetTimer, center, 500 ; Center FARRcenter: IfWinActive, ahk_class TMainFormWingetpos, , ,Width, Height, ahk_class TMainFormWinMove, ahk_class TMainForm, , (A_ScreenWidth/2)-(Width/2), (A_ScreenHeight/2)-(Height/2)return

jgpaiva:
I believe there's a farr plugin that does just this :)

But learning ahk is always a good thing ;)

mouser:
Welcome to the site uries62

Here's the plugin that jgp was mentioning:
https://www.donationcoder.com/forum/index.php?topic=13760.0

Navigation

[0] Message Index

Go to full version