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 to open visual basic 6 program with visual studio.net

I want to open a program (written in Visual basic 6) to be open in Visual Studio.net. Please guide, how …

vb.net visual-studio-2010 visual-studio vb6-migration
VB6 to VB.net conversion

Exact duplicate: Best strategy for moving applications from VB6 to VB.Net Exact duplicate: Conversion tool comparisons for VB6 can …

vb.net vb6 vb6-migration
How to declare a fixed-length string in VB.NET?

How do i Declare a string like this: Dim strBuff As String * 256 in VB.NET?

vb.net vb6-migration
VB6 migrating to .Net with Visual Studio 2010

Has anyone migrated a VB6 project to .Net with Visual Studio 2010? I have tested the migration in VS2005, but the …

visual-studio vb6 migration vb6-migration
Is there any VB6 to C# migration tool?

Does anyone know a way to convert from VB6 code to C#? Is there a tool that can do this …

c# vb6 porting vb6-migration
How do I unload all open forms in VB.NET?

In the middle of converting VB6 code to VB.NET, I need to replace the following code that intends to …

vb.net winforms visual-studio-2008 vb6 vb6-migration
Implications of "Public Shared" Sub / Function in VB

Can anyone explain me in VB i need to use Public Shared Sub so it can be accessed from another …

vb.net vb6-migration
convert vb6 project to .net using VS2010 Express?

I can't seem to convert my vb6 ActiveX dll project (.vbp) to .net using VS2010 Express. Is there another way? …

visual-studio visual-studio-2010 vb6 vb6-migration
What did VB replace the function "Set" with?

I've found several aspx codes for forms which include the use of a "Set" function. When I try them out …

vb.net set vb6-migration
Len() function vs String.Length property; which to choose?

I'm making the transition from VB6 to VB.Net (VS 2010) and have a basic rather than expansive understanding of the …

vb.net string vb6-migration string-length