 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Tekl
Joined: 24 Sep 2004 Posts: 814 Location: Germany
|
Posted: Wed Aug 16, 2006 11:30 am Post subject: temporary disable StrokeIt |
|
|
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 |
|
 |
Tekl
Joined: 24 Sep 2004 Posts: 814 Location: Germany
|
Posted: Wed Aug 16, 2006 11:46 am Post subject: |
|
|
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 |
|
 |
axon
Joined: 28 Apr 2009 Posts: 8
|
Posted: Fri May 01, 2009 7:18 am Post subject: Thanks! |
|
|
Your script works well.
Would you please explain what the following code means?
SendMessage, 0x9c44, 0x010064
Best regards |
|
| Back to top |
|
 |
TimeWarp Guest
|
Posted: Fri May 01, 2009 9:55 am Post subject: |
|
|
| 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  |
|
| Back to top |
|
 |
Tekl
Joined: 24 Sep 2004 Posts: 814 Location: Germany
|
Posted: Sun May 03, 2009 3:28 pm Post subject: |
|
|
Sorry, I can't remember the meaning. I think I've examined StrokeIt win WinInspector. _________________ Tekl |
|
| Back to top |
|
 |
axon
Joined: 28 Apr 2009 Posts: 8
|
Posted: Mon May 04, 2009 5:04 am Post subject: Thanks! |
|
|
Thank you for your reply.
I'll look for WinInspector. |
|
| Back to top |
|
 |
poserpro Guest
|
Posted: Fri Oct 15, 2010 2:06 am Post subject: Toggle StrokeIt |
|
|
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 |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|