vote up 3 vote down star
2

I have a VB 6 application and we are starting to port it over to C#. We have finished one of the screens and wanted to see if there was an incremental way of hosting the winform within VB to start to have the existing users get used to new screens. This is a migration strategy..

Any thoughts.

flag

2 Answers

vote up 4 vote down check

Have you looked at this? Direct Link to Product here

link|flag
Useful stuff. I would have lost a lot of money betting that there was no way to do it. – MusiGenesis Oct 16 '08 at 23:25
vote up 3 vote down

The Interop Forms Toolkit allows you to create .NET Forms and User Controls that can be used in VB 6.0 applications. This allows you to migrate VB 6.0 applications to .NET over time (a form or part of a form at a time). However, the toolkit relies on features from the Microsoft.VisualBasic assembly and the VB.NET compiler so it doesn't work with C#.

There are a couple articles/samples on CodeProject.com that discuss the toolkit and how to use it with C#.

Interop Forms Toolkit 2.0 Tutorial

VB6 - C# Interop Form Toolkit

Beth Massi has several articles and webcasts on the use of the Toolkit you can use for reference. Check out her blog for links to resources.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.