Mouse Clicks

R

Rodrigo Ferreira

How can i detect mouse clicks on any windows application and get information
about the application that has been clicked?
Thanks!
 
N

Nicholas Paldino [.NET/C# MVP]

Rodrigo,

You will want to set up a global mouse hook, or a global message hook
(googling the terms will give you more info) which you can use to intercept
mouse clicks or windows messages to other applications.

As for information about the app being clicked, what kind of information
are you looking for?
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

You can create a global hook, but if you give more details about what you
want we can give you a more detailed approach.
 

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

Top