INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Busy Box VB.NET to Busy Box C# In 1 Step!  (Read 2823 times)

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Busy Box VB.NET to Busy Box C# In 1 Step!
« on: January 03, 2006, 05:45:17 pm »

Pre-requesits
In part one of my tutorial I showed how to convert a VB6 Busybox plugin
to VB.NET, the tutorial is available here

Hop Skip and a Jump
Once 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  :P

Take a look here
http://www.e-iceblue.com/transking/download.htm

It'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  ;D
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  8)

Enjoy

Mr ChriZ

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re: Busy Box VB.NET to Busy Box C# In 1 Step!
« Reply #1 on: January 05, 2006, 12:58:37 pm »

Quote
This is where I cheated 

Take a look here
http://www.e-iceblue.com/transking/download.htm

Interesting...
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA
Pages: [1]   Go Up