I've downloaded some code which is VB 6 compatible.
I was wondering, if I had vb .net, will it work the same or will it not work at all?
thanx,
dekel
:wave:
Printable View
I've downloaded some code which is VB 6 compatible.
I was wondering, if I had vb .net, will it work the same or will it not work at all?
thanx,
dekel
:wave:
Depending on datatypes and such, it may work, but probably not the same way.
Chances are that it would fail :(
U only need one property in there and you're knackered :(
VB.NET is not to VB6 as VB6 was to VB5.
It's completely different.
Woka
Make a backup of the project. Then when you open it with VS.NET, the conversion utility should convert it for you.
i believe that it is better to learn vc.net
That's wonderful, considering that there is no such thing.Quote:
Originally posted by single64
i believe that it is better to learn vc.net
Anyway, with .NET it doesn't matter what language you use to code, it all compiles down to pretty much the same thing.