From: Bill W. <wrw...@fa...> - 2009-02-21 16:00:53
|
Hello, I'm trying to write a Perl / Win32::GUI application that will inject keystrokes into another application. According to MSDN the correct way is with the WH_JOURNALPLAYBACK hook. In looking over the source code for the implementation of hooks it appears that it is not a simple wrapper around *SetWindowsHookEx * ****but that it is restricted to just WH_MSGFILTER <http://msdn.microsoft.com/en-us/library/ms644959%28VS.85%29.aspx#wh_msgfilter_wh_sysmsgfilterhooks> hooks. Do the developers have any plans to support JOURNALPLAYBACK WH_JOURNALRECORD hooks? Thanks, Bill **** -- --------------------------------------------------------------------- Bill Wetzel 732-530-1128 615 Little Silver Point Road wrw...@fa... Little Silver, NJ 07739 http://www.faradic.net/~billw 40.33762n 74.01879w http://www.flickr.com/photos/wrwetzel/ --------------------------------------------------------------------- |