views:

643

answers:

1

How to write an add-in that allows me to right click on the files hierachy tree to do something that will display something?

This is exactly what I want (2nd part of the video), but it is in VB, I need C# version. I know little about Visual Studio Add-in and I don't know VB, so I can't use the codes there:( http://msdn.microsoft.com/en-us/vstudio/bb614548.aspx

Can someone guide me step by step, thanks...

Edit: Just to emphasize... I need sth in C#.

A: 

Writing VisualStudio plugins is a pretty terse task. What you are searching for has already been answered here.

You also might want to check out DXCore from Devexpress. It provides nice abstractions above the VS API that might help you getting things done faster.

Johannes Rudolph
I just need sth simple like the one shown in the video above. But I want it in C#. The 1st link u provide is all in visual basic. The 2nd link is not what I want.
yeeen
Johannes Rudolph