- INDEX VB TO NET
- KNOWLEDGE BASE
- VBUC FAQ
- FAQ #2.
How effective is the Visual Basic Upgrade Companion at converting an application's front end?
Subject
How effective is the Visual Basic Upgrade Companion at converting an applications front end?
Applies to
Applies to
Inquiry Description
Description
Troubleshooting/solution
The Visual Basic Upgrade Companion actually does an outstanding job when upgrading the applications front end, thanks to the considerations taken like:
1. Successful default properties extraction from the original VB6 controls
2. Use of inherent .NET controls and constructions, which ensures the resulting graphical front-end will look as much natural as possible
3. Absence of a proprietary runtime, which elevates the code maintainability and eases the process of future additions to the existing front end
4. Clever implementations of upgrade issues like control arrays and default properties resolution even in late bound usages
5. Extensibility model that allows the tool to adapt to particular code patterns and programming techniques
Also, during the conversion process, the Visual Basic Upgrade Companion will display all the conflicts and issues related to references to 3rd party libraries and other resources.
Related FAQs
None