Mikecrosoft Posted November 7, 2003 Posted November 7, 2003 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 Quote Mikecrosoft.Net
mocella Posted November 7, 2003 Posted November 7, 2003 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. Quote
Mikecrosoft Posted November 7, 2003 Author Posted November 7, 2003 Ok, Thanks ! :D Quote Mikecrosoft.Net
Administrators PlausiblyDamp Posted November 7, 2003 Administrators Posted November 7, 2003 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Mikecrosoft Posted November 7, 2003 Author Posted November 7, 2003 Where is the Compatibility Library ?? Quote Mikecrosoft.Net
Camaro Z28 Posted November 9, 2003 Posted November 9, 2003 Goto my website. I have some reference links there that will help you get started. Link is in my sig. Jason Quote Visual Basic Code Source FREE Visual Basic Source Code
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.