The Interop Forms Toolkit allows you to create .NET forms and user controls that you can use in VB 6.0 applications. This allows you to port VB 6.0 applications to .NET over time (the form or part of the form at a time). However, the toolkit is based on the build functions of Microsoft.VisualBasic and the VB.NET compiler, so it does not work with C #.
There are a couple of articles / examples on CodeProject.com that discuss the toolkit and how to use it with C #.
Interop Forms Toolkit 2.0 Tutorial
VB6 Tool - C # Interop Form Toolkit
Beth Massey has several articles and webcasts about using the Toolkit, which you can use for reference. Check out her blog for links to resources.
source share