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.
My recollection is that the migration tool was really just a tool that would fill your VB6 code with comments telling you that you had to rewrite stuff. Trouble spots were largely related to error handling On Error Goto and error handling blocks had to be refactored into proper Try...Catch blocks, which affected a lot of code, and another trouble spot was all File I/O had to be rewritten/redone, same with any drawing code; Resource files had to be recreated, etc; I don't even think it could load the FRX files but I might be misremembering. I felt it simply wasn't worth even bothering to try to directly convert to VB.NET, and since those programs I wanted to move forward I had to pretty much rewrite anyway, I decided to use C# instead and just make new versions.
The migrated VB6 code I saw back in the era when VS2003 came out was a thin glue layer over some compiled DLLs. So the result of using the converter was a thin VB.NET wrapper around very outdated, vulnerable, unsupported third-party code.
Maybe other shops had a lot of pure VB6 code, though.
Aspartame is arguably the safest artificial sweetener. It's made of two naturally occurring amino acids and it's rapidly destroyed by the acidity of the digestive system.
Plenty of natural things will kill you, fast or slow. Also, if you combine natural things together in an industrial process, the result isn't natural anymore.
"Horseless Carriage" is generally the name for license plates for vehicles over 50 years old. "Historic Vehicle" is generally the name for vehicles 25-50 years old. Neither plate is intended for driving on the road. If a cop wants to be a jerk about it, your car is getting towed.