Click here to Skip to main content
15,889,808 members
Articles / Desktop Programming / Windows Forms

Interop Forms Toolkit 2.0 Tutorial

Rate me:
Please Sign up or sign in to vote.
4.84/5 (62 votes)
16 Jun 2007CPOL16 min read 488.1K   13.8K   149  
Interop Forms Toolkit 2.0 is a new bridging tool allowing developers to use .NET Forms and .NET UserControls in VB6. This tutorial demonstrates how to add webservices, multithreading, and XAML to VB6 projects. It also provides custom C# Interop UserControl templates for use with the Toolkit.
 ����� ����0	<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- You don't need to worry about anything in this file unless you're
     using registration-free COM.
     There should be an appropriate <clrclass> section for every InteropUserControl
     defined in the project -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" 
  manifestVersion="1.0">
<assemblyIdentity
            type="win32"
            name="MultithreadedControl"
            version="1.0.0.0" />
<clrClass
            clsid="{f69a40ea-6ca8-4c63-a9d0-33c7e7434618}"
            progid="MultithreadedControl.InteropUserControl"
            threadingModel="Both"
            name="MultithreadedControl.InteropUserControl" >
</clrClass>
</assembly>
* ����e0	(�����������������������������������������������������������������Յ��000���������������������������ŷ�XNFND=a_^�������BBB������������������������˺�)((���������������^ZX���ư�ҷ�Ѵ�Ҵ����ƿ���ο�<;;�����������������~���������������ȩ�������ξ�<;=����������]ffvlg���������������ǩ�������ο�$$mm<����{zhf'���������䰀�~���̵�������ͽ�ppzw_��v������������绕׋Dޞi�a����������ĺHHFDC@������������؎K�Ӻ�ȪՆ<َO賃�ľ�������������������������Ƨ�|-ߡi�ĤڑLܚ_깎�ƿ������������������������ڒP�ѹܘZ�Ǧ������������������������������������轔�������ֻ����������������������ȷ�Ƕ���緟簖贚殐比殓㧈㦇䥅ٔq�������Ƶ��������������z��t��n�g�b�^�Z�Y�~F�μ����˼譎驈�{�n�a�\�Z�W�T�R�P�O�u?���������������������������������������������������

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
James is a program writer for a respectable software company. He is also a Microsoft MVP.

Comments and Discussions