6 messages in net.java.dev.jna.usersCreate a Block hook with jna
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:Create a Block hook with jnaActions...
From:Maxwell C. Xandeco (maxw@fit-tecnologia.org.br)
Date:Apr 23, 2008 9:25:59 am
List:net.java.dev.jna.users

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.

Can anyone help me?