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 

temporary disable StrokeIt

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



Joined: 24 Sep 2004
Posts: 814
Location: Germany

PostPosted: Wed Aug 16, 2006 11:30 am    Post subject: temporary disable StrokeIt Reply with quote

Hello,

does anybody know how to temporary disable StrokeIt. I know the rightclicking the tray-icon will toggle enable/disable. But how to call that from AutoHotkey? MouseClick is not reliable, because the tray-icon can be everywhere. Also I don't want to send clicks, as I want to disable StrokeIt when LButton and RButton is down.

It tried WinSpector but without success.
_________________
Tekl
Back to top
View user's profile Send private message Visit poster's website
Tekl



Joined: 24 Sep 2004
Posts: 814
Location: Germany

PostPosted: Wed Aug 16, 2006 11:46 am    Post subject: Reply with quote

Hi,

I found it myself. You have to send 3 messages:

Code:

DetectHiddenWindows, On
SendMessage, 0x9c44, 0x010064, 0, , ahk_class StrokeIt
SendMessage, 0x405, 1, 0x204, , ahk_class StrokeIt
SendMessage, 0x405, 1, 0x205, , ahk_class StrokeIt

_________________
Tekl
Back to top
View user's profile Send private message Visit poster's website
axon



Joined: 28 Apr 2009
Posts: 8

PostPosted: Fri May 01, 2009 7:18 am    Post subject: Thanks! Reply with quote

Your script works well.
Would you please explain what the following code means?

SendMessage, 0x9c44, 0x010064

Best regards
Back to top
View user's profile Send private message
TimeWarp
Guest





PostPosted: Fri May 01, 2009 9:55 am    Post subject: Reply with quote

Quote:
Your script works well.
That's 3 years after Tekl posted here!!
You should think about to send him a PM. Btw, he's German, so don't hesitate to write'm in German Very Happy
Back to top
Tekl



Joined: 24 Sep 2004
Posts: 814
Location: Germany

PostPosted: Sun May 03, 2009 3:28 pm    Post subject: Reply with quote

Sorry, I can't remember the meaning. I think I've examined StrokeIt win WinInspector.
_________________
Tekl
Back to top
View user's profile Send private message Visit poster's website
axon



Joined: 28 Apr 2009
Posts: 8

PostPosted: Mon May 04, 2009 5:04 am    Post subject: Thanks! Reply with quote

Thank you for your reply.
I'll look for WinInspector.
Back to top
View user's profile Send private message
poserpro
Guest





PostPosted: Fri Oct 15, 2010 2:06 am    Post subject: Toggle StrokeIt Reply with quote

Hi,
Code:
DetectHiddenWindows, On
SendMessage, 0x9c44, 0x010064, 0, , ahk_class StrokeIt
SendMessage, 0x405, 1, 0x204, , ahk_class StrokeIt
SendMessage, 0x405, 1, 0x205, , ahk_class StrokeIt


This code works cool, since I am a StrokeIt user ?

Cheers
Back to top
Display posts from previous:   
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