vote up 0 vote down star

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#.

flag

77% accept rate
(the C# approach will be pretty much identical to the VB, once you have the VS SDK installed, no?) – Marc Gravell Oct 23 at 5:53
SDK installed already. But how is SDK useful? My VS already got the Extensibility section, and I don't need the extra stuff I think... – yeeen Oct 23 at 7:10

1 Answer

vote up -1 vote down

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.

link|flag
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 Oct 23 at 10:49
1  
I feel sorry for you if you can't even read VB and translate that to c#. Sorry, I can't help with copy&paste programming. – Johannes Rudolph Oct 23 at 13:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.