Re: Multiple versions of vb?
Yes you can use both at the same time, the reason you can not use your vb6 code in the 2005 version is beacause they are different. Visual Basic 2005 is based around the .NET Framework whereas Visual Basic 6 isn't.
Visual Basic 2005 should have a conversion feature on it that can convert some of your vb6 code to visual basic.net code.
Hope this helps,
Jenova
Re: Multiple versions of vb?
Yes, it has a conversion tools, but quite poor, as i heard. The best way to move your app from 6 to .NET and vice-versa is simply by writing theme all over. That way you can get the best of theme.
Welcome to VBF, btw :wave:
Re: Multiple versions of vb?
Microsoft sometime back released a InterOp toolkit that helps you do the incremental upgradation of your VB 6 projects. Take a look this link
http://www.microsoft.com/downloads/d...ng=en#Overview
Re: Multiple versions of vb?
Wow, thanks guys.
You have all been a great help.