Language: C# 2.0 or later
I would like to register context handlers to create menues when the user right clicks certain files (in my case *.e
As others have pointed out, shell extensions are not practical in windows development currently.
I asked a similar question recently which was answered with a link to a guide to do exactly what I wanted to do