moving .net forms from vb to c#
I ahve decided to start developing with c# 2005, using c# express edition. I am currently developing an application in vb.net (.net 1.1) in visual studio pro (2003). I have only designed forms so far and have no real code as such, is there an easy way to import my vb.net 1.1 forms to a c# 2005 application
Re: moving .net forms from vb to c#
You can open your VB project in VB 2005 Express and then copy and paste controls from a form into a form in C# 2005 Express. You'd obviously have to install VB Express if you haven't already. You can't copy and paste from 2003 to 2005 though. If you have code that needs converting then you could try some of the cenverter links in my signature.