Skip to content
froque edited this page Apr 4, 2017 · 2 revisions

Introduction

The Interop Forms Toolkit for C# is intended to provide an experience for C# developers equivalent to what VB.NET developers get with the Microsoft Interop Forms Toolkit 2.1. Using the Toolkit and the templates from this project, C# developers can build UserControls that can be easily hosted in legacy VB6 applications.

The documentation and sample code provided with this project is intended to supplement those that come with the official toolkit distribution. Developers should familiarize themselves with the Getting Started documents in the VB toolkit before utilizing these C# templates.

Getting Started

Interop UserControls Overview

Walkthrough Creating and Consuming an Interop User Control

How-Tos

This section contains C#-equivalent versions of the VB How To scenarios.

How To: Create an Interop UserControl

How To: Handle Interop UserControl Events

References

Interop Forms Toolkit 2.0 Tutorial, James Avery