| Visual Basic 6 To .net Function Equivalents |
Article Index for Visual Basic |
Website Links For Visual Basic |
Information AboutVisual Basic 6 To .net Function Equivalents |
|
INTRODUCTION The information provided here is intended to help Visual Basic 6 Developers who are making the switch to Visual Basic .NET and who wish to learn how to accomplish tasks without the use of the Microsoft.VisualBasic Namespace (which contains all of the legacy Visual Basic 6 Functions ). Do not be mistaken; by using functions in the Microsoft.VisualBasic namespace, you are not using "old code," because all of those functions map to their new equivalents within the .NET Framework . The main benefit of avoiding these functions is so you can familiarize yourself with the namespaces contained in the .NET Framework. If you would like to remove the Microsoft.VisualBasic namespace, you can do one of two things:
To create a template, take look at these links: NOTES
MISCELLANEOUS STRINGS FILES & DIRECTORIES ARRAYS DATE & TIME MATH SEE ALSO REFERENCES
EXTERNAL LINKS |
|
|