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 

ahk class information

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





PostPosted: Sun May 11, 2008 12:48 pm    Post subject: ahk class information Reply with quote

Hello, how do I check to see if a program with a certain ahk_class is presently open or not? Smile
Back to top
SKAN



Joined: 26 Dec 2005
Posts: 5298

PostPosted: Sun May 11, 2008 2:13 pm    Post subject: Reply with quote

Code:
If WinExist( "ahk_class Notepad" )
   MsgBox, Notepad is open!


Smile
Back to top
View user's profile Send private message
Troll
Guest





PostPosted: Mon May 12, 2008 1:13 am    Post subject: Reply with quote

Evil or Very Mad RTFM
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