How to upgrade vb to vb.net
-
All you need to do is open the .vbp file inside VB.NET and it'll launch the conversion Wizard.
areon25 wrote:
what actually the different of these both vb
VB.NET is a TOTALLY new implementation of Basic. There's so many differences that it's just not possible to list them all in a forum. You can find out more information by reading Upgrading from Visual Basic 6.0[^] on MSDN. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
All you need to do is open the .vbp file inside VB.NET and it'll launch the conversion Wizard.
areon25 wrote:
what actually the different of these both vb
VB.NET is a TOTALLY new implementation of Basic. There's so many differences that it's just not possible to list them all in a forum. You can find out more information by reading Upgrading from Visual Basic 6.0[^] on MSDN. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Hi there by the method u told of conversion can the whole project made in VB will be converted automatically to .net either we have used third party Ocx controls?:confused:
-
Hi there by the method u told of conversion can the whole project made in VB will be converted automatically to .net either we have used third party Ocx controls?:confused:
Yes, but chances are you'd have to rewrite some code. It's not a perfect conversion. IMHO, you'd be better off rewriting it from scratch. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome