Pre-requesitsIn part one of my tutorial I showed how to convert a VB6 Busybox plugin
to VB.NET, the tutorial is available
hereHop Skip and a JumpOnce you've succeeded in getting the VB.NET Busybox up and running
theres a very quick step which will take you to C#.
The DLL assemblies created by C# are theoretically identical
to those created by VB, so all you've got to do is get the
same code up for C#.
This is where I cheated
Take a look here
http://www.e-iceblue.com/transking/download.htmIt's a cool program which translates from VB.NET to c#!
Theres a demo which allows you to convert up to 600 lines of code.
It also does the whole soloution while your at it.
The BusyBox is 527 lines of code
It's not perfect, theres a few things that need tidying up.
Also the event handlers get disconnected so you'll have to re-set them up....
Other than that it does a nice job
Enjoy
Mr ChriZ