VB6 Migration First Steps
The following steps describe a basic migration of a Visual Basic 6 Application to a Web Application based on Wisej.NET.
General Approach
From Visual Basic 6 to .NET WinForms (C# or VB.NET)
Transform Syntax from Visual Basic to C# or VB.NET
Keep older concepts by using a function library (optional)
Map visual components to wrapper components
Determine and adjust execution context
Call by reference challenge
From .NET WinForms to Wisej.NET
Last updated
Was this helpful?