Hi all
can anybody give me a general outline about main differences between VB 6 and VB .Net
I want to know in which area does .Net differs drastically from VB6.0
Any links to the related topic will do.
Thank you
Printable View
Hi all
can anybody give me a general outline about main differences between VB 6 and VB .Net
I want to know in which area does .Net differs drastically from VB6.0
Any links to the related topic will do.
Thank you
There are so many changes that I can't count them here.
VB.Net has been rewritten from the ground up.
It's really a new language that isn't backward compatible with VB6.
Some of the more interesting new features in VB.Net is inheratance, function overloading, the ability to create free threaded applications and so on....
Have a look araound the .Net forum here at VB-World and also check these sites out.
http://msdn.microsoft.com/vb
http://www.gotdotnet.com
Best regards