There is probably better ways to do this, but one method I have used to translate from VB.NET to C# is by using Lutz Roeder's brilliant Reflector. This is anyway a very useful program. In it, you can load a compiled assembly and dissamble classes in the language of your choice. It supports C#, Visual Basic, C++ and Chrome. You can download Reflector from here: http://www.aisto.com/roeder/dotnet/[^]
H
Helge Kalnes
@Helge Kalnes