Share via


Windows Forms Interoperability Technology Sample

This sample demonstrates the use of a .NET Framework component (System.Windows.Forms) from an unmanaged client (Microsoft Visual Basic 6.0). To an unmanaged client, any .NET Framework component can look just like a COM object. This sample demonstrates creating and manipulating a System.Windows.Forms.Form object from a Visual Basic 6.0 form.

Readme Location

For more information, see the Readme file at <SDK>v1.1\Samples\Technologies\Interop\Basic\WinForms