| Author |
Message |
Topic: Kbfiltr and Moufiltr - The Real Answer |
Astaelan
Replies: 6
Views: 918
|
Forum: Ask for Help Posted: Sun Dec 16, 2007 6:48 pm Subject: Kbfiltr and Moufiltr - The Real Answer |
| Nothing as of yet. As it turns out, my original code was lost in a system crash, so I was starting from scratch. After looking over the keyboard and mouse filter examples, I'm convinced there is a w ... |
Topic: Kbfiltr and Moufiltr - The Real Answer |
Astaelan
Replies: 6
Views: 918
|
Forum: Ask for Help Posted: Thu Dec 13, 2007 4:39 am Subject: Kbfiltr and Moufiltr - The Real Answer |
| Hey guys, nice to see some immediate feedback. Regarding VxE, it's in the help forum because while I have had a little experience with this, most of the interest will be generated from here as people ... |
Topic: Kbfiltr and Moufiltr - The Real Answer |
Astaelan
Replies: 6
Views: 918
|
Forum: Ask for Help Posted: Thu Dec 13, 2007 2:46 am Subject: Kbfiltr and Moufiltr - The Real Answer |
| Alright, it's been a long time since I've been to these forums, the last time was regarding a topic that seemed to go on for some 52 pages after I left. I'm back again to bring life to this topic onc ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Thu Feb 24, 2005 10:26 pm Subject: A program that defeats AutoHotKey??? |
This is pretty much the same issue I was running into. In the end, it was the Windows DDK that held the answer for me. But as I said, my solution was neither stable nor complete.
First of all, I had ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Tue Feb 22, 2005 10:46 pm Subject: A program that defeats AutoHotKey??? |
| I'm still around, sort of. THough I'm not really working on this at all anymore. I'm not even sure if I have the code I was working on back then, as it turned out to be unstable. Basically, sometimes ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Sat Jan 22, 2005 1:04 am Subject: A program that defeats AutoHotKey??? |
Thanks for the info; I hope to look into it more someday.
Given the high demand to simulate DirectInput keystrokes and mouse clicks, I'm surprised no one has come up with a program to do it. Maybe ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Fri Jan 21, 2005 2:15 am Subject: DirectInput |
I don't know how to use DirectInput to inject keystrokes or mouse-clicks into other applications. If an easy way is ever discovered, it would be a high priority to implement it.
I believe I have s ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Sun Oct 24, 2004 10:43 pm Subject: A program that defeats AutoHotKey??? |
Hey Chris,
I've been using my solution for some time now, when suddenly it's stopped working. Well, that's not entirely accurate.
I have 2 machines I've been running it on. The first machine, this ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Sun Oct 17, 2004 12:37 am Subject: A program that defeats AutoHotKey??? |
Eureka!
God made the world in 7 days, I make low level macro'd mouse movement in 30, okay, so I'm not god
That's right, I got it working. After all the blood and sweat put into it, my last r ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Sat Oct 16, 2004 11:40 pm Subject: A program that defeats AutoHotKey??? |
Well, some good news. By adding the missing NULL arguments, it seemed to work, despite the MSDN documentation saying NULL is okay when you don't use the buffers.
Anyway, the buffers end up empty wh ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Sat Oct 16, 2004 10:56 pm Subject: A program that defeats AutoHotKey??? |
| I see your point, with regards to simply concatenating strings and parsing them with a delimiter. Again, this is where someone coming from C/C++ and other tightly type defined languages would fumble a ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Sat Oct 16, 2004 8:49 pm Subject: A program that defeats AutoHotKey??? |
As you suggested, there is a book released by Microsoft, called Programming the Microsoft Driver Development Kit, or something like that.
And, as you hinted, I'm not too eager to purchase the book ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Sat Oct 16, 2004 5:07 am Subject: A program that defeats AutoHotKey??? |
Hey Chris, I'm back again.
I was working on the DDK stuff when a friend suggested something else that is almost a solution.
In the past I mentioned DeviceIoControl but I wasn't sure on how to us ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Tue Oct 05, 2004 7:54 pm Subject: A program that defeats AutoHotKey??? |
Agreed, leave the topic as wish list item. When Chris turns his focus towards this issue, we can start a new discussion topic under support again for testing and reporting results.
And thanks for ... |
Topic: A program that defeats AutoHotKey??? |
Astaelan
Replies: 177
Views: 72849
|
Forum: Wish List Posted: Tue Oct 05, 2004 1:00 am Subject: A program that defeats AutoHotKey??? |
Yep, tried that when you mentioned it previously. Tried both with individual events, using sleep and the way you recommended with the mousedelay and separated strokes in the MouseClick.
No luck, if ... |
| |