This tag is for questions about migrating existing applications, or legacy code, from Visual Basic 6 to a more modern platform.
I'm working on a migration project in which a database actually stores display sizes in twips. Since I can't use …
c# graphics vb6-migration screen-resolutionI'm reviewing an automatic translation of VB6 code to C# and the convertor translated someArray(3) to someArray[3]. But accordingly to …
arrays vb6 vb6-migrationHas anyone here used either of the following (or any other tool) to convert your vb6 code to a .net …
c# vb.net vb6 vb6-migrationWhat is the VB statement expression Chr(0) equivalent in C#? Thanks for any help.
c# vb6 vb6-migrationI have some VB6 code that needs to be migrated to VB.NET, and I wanted to inquire about this …
vb.net string vba vb6 vb6-migrationThe following VB6 code connects to some third party software and forces a login with the admin username and password: …
c# vb6-migrationI have 'Applications.PrevInstance' in VB 6 code that I am trying to upgrade to .NET using VS 2008. Apparently this code …
vb6 vb6-migrationAnother migration question, I have another chunk of VB6 code that seems to need some workaround for .NET. For a …
vb.net printing vb6 io vb6-migrationMaybe I just don't know .NET well enough yet, but I have yet to see a satisfactory way to implement …
.net vb6 vb6-migration control-arrayI should convert a huge load of code which was written in VBA (Excel) to VB6. But I really do …
excel vb6-migration vba