|
|
|
|
|
by danzk
1015 days ago
|
|
Visual Studio had a built-in migration utility which could get you 80-90% there. However if the original VB6 was spaghetti code written without Option Strict and Option Explicit enabled you had much bigger problems. The biggest breaking change was the removal of the global Printer Object so any printing code needed a complete rewrite. |
|