An open API service indexing awesome lists of open source software.

https://github.com/froque/interoptoolkitcs

Interop Forms Toolkit for C#
https://github.com/froque/interoptoolkitcs

com csharp forms interop vb6 winforms

Last synced: about 1 year ago
JSON representation

Interop Forms Toolkit for C#

Awesome Lists containing this project

README

          

# Interop Forms Toolkit for C#
* imported from https://interoptoolkitcs.codeplex.com/. Credit to the original authors

# Project Description

Interop Forms Toolkit for C# is a C# implementation of Microsoft's VB toolkit. This allows C# developers the same capability of building .NET UI for interop in VB6 applications.
Quick Start

# Prequisities

Visual Studio 2010
Make sure you have installed the [Microsoft Interop Forms Toolkit 2.1](http://msdn.microsoft.com/en-us/vstudio/bb419144.aspx).

# Download and Unzip

Download the [templates zip file](https://github.com/froque/interoptoolkitcs/releases/latest) and unzip it into your Visual Studio Templates folder (e.g., C:\Users\username\My Documents\Visual Studio 2010\Templates). This should add the following files:
* ItemTemplates\Visual C#\CSInteropUserControlItemTemplate.zip
* ProjectTemplates\Visual C#\Windows\CSInteropUserControlProjectTemplate.zip

Note: Do not unzip these individual zip files!

# Create a Project

Launch Visual Studio 2010 as an administrator, and then start a new project. In the New Project dialog, navigate to Installed Templates > Visual C# > Windows, and select the VB6 Interop UserControl template from the list.

For more details, read the [Documentation](https://github.com/froque/interoptoolkitcs/wiki) page.