AutoHotkey Community

It is currently May 27th, 2012, 1:13 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: January 9th, 2010, 6:17 pm 
Offline

Joined: October 27th, 2009, 2:59 pm
Posts: 25
Hello all!

I'm having problem retrieving text from an application called “WC3 Custom Kick”.

When I play Warcraft 3, I want to be able to check the stats of all the players in current match. I can see their nicks in game and manually type command to see their stats. But it would be much easier and faster to retrieve the nicks from an application called “WC3 Custom Kick” (which is able to see the nicks in Warcraft 3).

WinGetText and WindowsSpy doesn’t do it for me. Is there any more features in Autohotkey to retrieve text or can you recommend anything else? I’ve heard of CheatEngine but I think it’s to advanced for me.

Code:
WinGetText, test, ahk_class ThunderRT6FormDC
msgbox %test%
return


I would be truly grateful if you can help me with this issue!

Image

You can find “WC3 Custom Kick” here:
http://www.securegamers.com/shadowfrenc ... k12201.exe

_________________
Teddan


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2010, 7:09 pm 
Offline

Joined: November 1st, 2007, 10:03 pm
Posts: 885
ControlGet?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 9th, 2010, 7:41 pm 
Offline

Joined: October 27th, 2009, 2:59 pm
Posts: 25
ControlGet doesn't do it either unfortunately. The field acctually has a control name though.

Code:
ControlGetText, test, ThunderRT6Frame10, ahk_class ThunderRT6FormDC
msgbox %test%



Thanks your for response though!

_________________
Teddan


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Leef_me, Ohnitiel and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group