.Net Search Info

Mikecrosoft

Freshman
Joined
Nov 7, 2003
Messages
27
Location
Monterrey, Nuevo Leon, Mexico
Hi all,

I'm new into .Net stuff, specially VB.Net:

well my question may be its very simple, but I found this as a problem, when I tryied to start with VB.Net my most big problem is to found the VB 6.0 function sustitution, how I can know what function does the same thing as a Vb 6.0 function. I mean, Does Vb.Net some Search Tool of VB 6.0 upgrading ????


Thanks
 
Search MSDN for "backward compatibility, Visual Basic compatibility library" and "Language Changes in Visual Basic".

Those two topics should start you in the right direction.
 
What functions in particular? Simply adding in the compatability library will introduce an extra layer of overhead. In most cases using the .Net equivalent will give better performance and make the code more portable to other .Net based languages.
 
Back
Top