Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: VB6.0 to VB.net  (Read 3931 times)

0 Members and 1 Guest are viewing this topic.

almn

  • Guest
VB6.0 to VB.net
« on: October 28, 2006, 10:04:10 AM »
Hello,

Me and my friend are working on a project with visual basic the only problem is that he has vb.60 and I have vb.net, I looked on google but I couldn't find any compiler and when I trey to open it in my vb.net it says that I need MSINET.OCX 1.0.0 and that it wasn't found. I reinstalled visual basic and looked manually in the CD but I did not find the file. Does anyone kow of a tool that does that ? Or should I download MSINET.OCX from somewhere ?

Thanks

Al968

Neil



    Expert
  • Fear me Track. Noone can escape my wrath.
  • Thanked: 3
    Re: VB6.0 to VB.net
    « Reply #1 on: October 28, 2006, 11:04:11 AM »
    VB6 and VB.net are very different from each other (why do you think the new name?) and just look similar. For a start VB.net is based on the .net framework (suprise!) whereas VB6 is not. If it is a small or simple project, I would be tempted to just "convert" it by hand. Copy and paste the code, changing the appropriate parts to their VB.net counterpart.