View Single Post
  #2  
Old 06-27-2007, 12:23 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default 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.
Reply With Quote