Results 1 to 2 of 2

Thread: moving .net forms from vb to c#

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2005
    Location
    Bristol/Bath
    Posts
    85

    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
    VS.Net Pro 2003, .NET 1.1

    My Photography portfolio:
    http://www.ephotozine.com/user.cfm?user=24834

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width