Integration of my c# Program into the Desktop's Kontext-Menue?

  • Thread starter Thread starter Axel Gillert
  • Start date Start date
A

Axel Gillert

Hi!

I search a way (in c#) to integrate my own application into the
Windows-Desktop-Kontext-Menue (like ATI Hydravision, Catalyst Controlcenter
....),
so that a user can start it by clicking right on the Desktop and selecting
it from the menue.

I need urgently a hint. Any help would be great.

Axel
 
Hi,

It's called Shell Extensions and, if done in C#, will require TONS of COM
Interop.
You can refer to the "Creating Context Menu Handlers" article in the Windows
Shell SDK section of MSDN Library.
 
Back
Top