Certainly! Migrating legacy VB6 applications to modern platforms like .NET Core is a significant endeavor, but there are tools and strategies available to help you with this transition. Here are some options:
Visual Basic Upgrade Companion (VBUC):
The VBUC by Mobilize.Net is a widely used tool for migrating VB6 (and ASP) code to .NET. It generates native code without runtimes and supports migration to C#, VB.NET, and .NET Core (up to .NET 8) or Framework with Windows Forms.
Remember that each application may have unique requirements, so choose the approach that best aligns with your organization’s needs and resources.
Good luck with your migration!