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#
- Host: GitHub
- URL: https://github.com/froque/interoptoolkitcs
- Owner: froque
- License: lgpl-2.1
- Created: 2017-04-04T13:36:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T16:32:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T05:54:16.747Z (about 1 year ago)
- Topics: com, csharp, forms, interop, vb6, winforms
- Language: C#
- Size: 2.67 MB
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.