• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Does Visual Basic 6 have almost the same code as VB.NET?

  • Thread starter Thread starter
  • Start date Start date
Someone in my class(different time though) turned in VB 6 as a VB.NET assignment that they got from someone else. I heard he failed the course because of this.....
It was another class not mine but i was wondering if it converts it on its own...


Well it was funny to the class that someone didnt even try to convert it first, just turn it in.... I have no VB 6 experience so i thought i would ask.....
 
VS.Net includes tools to convert VB6 apps to VB.Net. I haven't personally used them, but supposedly they do a decent job of converting the majority of the code. Still have to do some manual work to get everything properly converted though. And the wizards are probably less succesful on more complex apps.
 
Originally posted by: Phocas
Someone in my class(different time though) turned in VB 6 as a VB.NET assignment that they got from someone else. I heard he failed the course because of this.....
It was another class not mine but i was wondering if it converts it on its own...


Well it was funny to the class that someone didnt even try to convert it first, just turn it in.... I have no VB 6 experience so i thought i would ask.....

That story sucked!
 
IMO vb6 was easier to learn compaired to vb.net. ALTHOUGH, now that I am using vb.net to me it's more powerful and complex. IMO again, if you are going to have to learn vb.net I would say learn C#.net as it's code it disimilar from vb.net but inthe manner you program with it is the same..


Mitch
 
Originally posted by: Moralpanic
Originally posted by: Phocas
Someone in my class(different time though) turned in VB 6 as a VB.NET assignment that they got from someone else. I heard he failed the course because of this.....
It was another class not mine but i was wondering if it converts it on its own...


Well it was funny to the class that someone didnt even try to convert it first, just turn it in.... I have no VB 6 experience so i thought i would ask.....

That story sucked!

Thats confirmed, thanks guys. 🙂
 
Back
Top