English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

anyone know where i can find a list of the code differences between Visual Basic 6.0 and Visual Basic 2005? I know VB6 pretty well but thats obsolete now so i need new code.

2007-01-08 03:39:37 · 4 answers · asked by imustflee 1 in Computers & Internet Programming & Design

4 answers

VB 2005 has a converter utility to take your VB 6 program and convert it to VB.net. There are a few things that won't convert, but you'd be able to look at the code and see what it was compared to what it now is.

2007-01-08 04:27:48 · answer #1 · answered by rod 6 · 0 0

The syntax is the same for the vb6.0 and the vb.net, if you will try the basic applications it will be the same code which was there is the earlier version only the big difference is the connectivity to the database, in VB.net it uses the disconnecting architecture where as it was not there in the VB.6.0.

2007-01-08 06:11:05 · answer #2 · answered by tayyab 1 · 0 0

The VB syntax has not changed much (I don't think at all, except a few additional features) from version 6 to .net. The real key is learning the .net libraries. MSDN is a great place to learn this stuff. Get VB.net express from Microsoft and start playing around with it.

2007-01-08 04:24:33 · answer #3 · answered by Pfo 7 · 0 0

Show us what you've done so far so we can help guide you through this programming "journey". We can guide you on the journey, but we can't take the journey FOR you. Good luck with your homework assignment.

2016-05-23 10:31:36 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers