Convert c# <->VB.NET Visual Studio Add-In
Yesterday I published on thecodeproject a small add-in I created a while ago, when I was first playing around with the "Visual Studio Add In" project.
The add-in is a very simple utility which adds a button to the tools menu for converting code that is on the clip board. The possible conversions are form c# to vb.net and from vb.net to c#.
Copy VB.NET:
Select to conversion button:
Your C# code:

The add-in is using an online code translator which can be found here:
