6 messages in net.java.dev.jna.usersRe: [jna-users] Create a Block hook w...
FromSent OnAttachments
Maxwell C. XandecoApr 23, 2008 9:25 am 
Timothy WallApr 23, 2008 12:13 pm 
Maxwell C. XandecoApr 23, 2008 12:59 pm 
Timothy WallApr 23, 2008 1:06 pm 
Daniel KaufmannApr 23, 2008 5:55 pm 
Maxwell C. XandecoMay 7, 2008 12:47 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Create a Block hook with jnaActions...
From:Timothy Wall (twal@dev.java.net)
Date:Apr 23, 2008 12:13:13 pm
List:net.java.dev.jna.users

Do you have a native example that works? If you're trying something entirely new and you're not sure how to do it, throwing JNA in the mix just adds to the uncertainty if you're not already familiar with it.

On Apr 23, 2008, at 12:26 PM, Maxwell C. Xandeco wrote:

Hi,

I need to create a block keyboard hook on windows, i need to receive the vkCode and validate, if pass i call the next hook, else i ignore the key.

I tried with the example of svn (KeyHook) but I could not, this example call the code java after windows proccess, i need to call before and validate.