Top "Vb6-migration" questions

This tag is for questions about migrating existing applications, or legacy code, from Visual Basic 6 to a more modern platform.

How do I convert Twips to Pixels in .NET?

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-resolution
Are array indexes 0-based in VB6?

I'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-migration
Conversion tool comparisons for visual basic 6.0

Has anyone here used either of the following (or any other tool) to convert your vb6 code to a .net …

c# vb.net vb6 vb6-migration
What is the VB statement phrase "Chr(0)" equivalent in C#?

What is the VB statement expression Chr(0) equivalent in C#? Thanks for any help.

c# vb6 vb6-migration
Equivalent of "Dim As String * 1" VB6 to VB.NET

I 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-migration
C# equivalent of VB6's GetObject

The following VB6 code connects to some third party software and forces a login with the admin username and password: …

c# vb6-migration
How to convert Application.PrevInstance in VB 6.0 to VB.NET?

I have 'Applications.PrevInstance' in VB 6 code that I am trying to upgrade to .NET using VS 2008. Apparently this code …

vb6 vb6-migration
Equivalent of "Open fileName For Output As #1" VB6 to .NET

Another 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-migration
What's the simplest .NET equivalent of a VB6 control array?

Maybe 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-array
Convert vba to vb6 and create a .dll - how to - hints, tips and risks

I should convert a huge load of code which was written in VBA (Excel) to VB6. But I really do …

excel vb6-migration vba