AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

help about a key?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Sun Apr 30, 2006 7:18 pm    Post subject: help about a key? Reply with quote

any one can explain me how to detect * on screen ? thx
Back to top
BoBo
Guest





PostPosted: Sun Apr 30, 2006 9:41 pm    Post subject: Reply with quote

ImageSearch Question
Back to top
neyon



Joined: 29 May 2005
Posts: 34
Location: The Netherlands

PostPosted: Mon May 01, 2006 10:05 am    Post subject: Reply with quote

Put on your glasses and watch...
_________________
Greetz,
Neyon
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Mon May 01, 2006 11:14 am    Post subject: Reply with quote

Code:
#Persistent
SetTimer, LazyGuestsCharDetector, 500
Return

LazyGuestsCharDetector:
WinGetText, Outputvar
If Outputvar contains *
   MsgBox, WatchWhichWitchWatchWatcher, GotchA!
Return
Untested (aka waste your own time - mode). Next lesson: "Anyone knows how to use a nick, even if you don't have to register for it" Rolling Eyes
Back to top
Sword of Fire



Joined: 01 May 2006
Posts: 3

PostPosted: Tue May 02, 2006 1:54 am    Post subject: Reply with quote

So how does it work? do you just click to look at the text or put your mouse over it? Confused
Back to top
View user's profile Send private message
BoBo
Guest





PostPosted: Tue May 02, 2006 8:35 am    Post subject: Reply with quote

Quote:
So how does it work? do you just click to look at the text or put your mouse over it?
None of it. Check out the help for SetTimer and WinGetText so a shade of wisdom will enlight you Wink - hopefully Smile
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group