Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   AHK + FTP - quick question (http://archives1.twoplustwo.com/showthread.php?t=436709)

Bishop22 06-26-2007 09:23 PM

AHK + FTP - quick question
 
What is the most reliable way to clear the bet size box (Edit 1) on Full Tilt? I used to pick a spot and fire a few backspaces off but it seems with the resizable tables it isn't working on every table.

_dave_ 06-27-2007 12:23 AM

Re: AHK + FTP - quick question
 
Hi Bishop22,

read BetPot source code for all manner of FTP related shenanigans [img]/images/graemlins/smile.gif[/img]

I do something like this ( variable "id" is previously set to contain the HWND / ahk_id of the FTP table to be acted upon)

ControlSetText Edit1, , ahk_id%id%

Although most oft I have a value to fill in, so it is more like (t is chips):

t := 400
ControlSetText Edit1, %t%, ahk_id%id%


Hopefully some help, feel free to ask anything else [img]/images/graemlins/smile.gif[/img]

dave.


All times are GMT -4. The time now is 04:46 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.