Capturing the right click event on the desktop

  • Thread starter Thread starter lukasz
  • Start date Start date
Hi,

Is there any way in C# that enables me to capture the right click event (on
the desktop for example) and add some code of my own on each of these events
?


Thanks,
Cooly M.
 
Is there any other (and simple) way to do it ?

NAFAIK. You're not programming an application here, you're actually
reprogramming the operating system, so I think that the WinAPI is your only
option...
 
Back
Top