View Single Post
  #28  
Old 01-05-2007, 04:13 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: Stars Buddy List AHK Script

[ QUOTE ]
It would be, but unfortunately there is no way to read the "found player" box in autohotkey as far as I know. So I believe we're stuck with this pretty much the way it is.

[/ QUOTE ]

Yes there is:

ControlGet, info, list,, ListBox1, % " Find Player"
Msgbox % info

The fact that Stars dialog titles start with a space is annoying...

I wouldn't mind writing a quick gui for this, but there's no way to find out the LIMIT I'm afraid (unless someone feels like creating a database matching table names to limit).
Reply With Quote