hi..
what is the shortest explanation of the difference between VB6 and Visual Studio 2008,10,12,13
I code and compile application in VB 6 , stand allone programs for Bingo Clubs . So what benefits could I get by switching.
Kind regards pjlarsen
Printable View
hi..
what is the shortest explanation of the difference between VB6 and Visual Studio 2008,10,12,13
I code and compile application in VB 6 , stand allone programs for Bingo Clubs . So what benefits could I get by switching.
Kind regards pjlarsen
VB.Net can target additional platforms like Windows Mobile, Windows CE, Windows Phone, XNA
It also supports multithreading and is fully object oriented. There is a learning curve for sure but there are many things you can do in VB.Net that you can't do in VB6 as well as other things that can be done easily in VB.Net which require you to jump through some hoops in VB6.
There are also a few things that can be done easily in VB6 that require you to jump through some hoops in VB.Net