Cross process hookingi in dot net

  • Thread starter Thread starter AS
  • Start date Start date
A

AS

Hi,

I am trying to open Microsoft's visual keyboard in my windows form
application. I am doing this through win32 API functions.

Now, I need to disable right click in the keyboard. I've read that it
can be accomplished through cross process hooking.

I was able to establish an application wide hook. But I am not clear
about how to create thread specifc hooks - to hook only the keyboard
process.

Any help would be appreciated.
 
How does one right-click in the keyboard? I always thought that was more of
a mouse sort of thing.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Who is Mighty Abbott?
A twin turret scalawag.
 
Hi,


AS said:
Hi,

I am trying to open Microsoft's visual keyboard in my windows form
application. I am doing this through win32 API functions.

Now, I need to disable right click in the keyboard. I've read that it
can be accomplished through cross process hooking.

I was able to establish an application wide hook. But I am not clear
about how to create thread specifc hooks - to hook only the keyboard
process.

Any help would be appreciated.

It's called system wide hook , if you do a search in google this is the
first link http://www.codeproject.com/csharp/NetWin32Hooks.asp I think it's
what you are looking for
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top