Sdílet prostřednictvím


Windows Forms and Unmanaged Applications

Windows Forms applications and controls can interoperate with unmanaged applications, with some caveats. The following sections describe the scenarios and configurations that Windows Forms applications and controls support and those that they do not support.

In This Section

Topic Location
Walkthrough: Supporting COM Interop by Displaying Each Windows Form on Its Own Thread Windows Forms Programming
Návod: Podpora zprostředkovatele komunikace s objekty COM zobrazením jednotlivých formulářů Windows ve vlastním vlákně dv_ManCli
Návod: Podpora zprostředkovatele komunikace s objekty COM zobrazením jednotlivých formulářů Windows ve vlastním vlákně dv_ManCli

Reference

  • Form.ShowDialog
    Used to create a separate thread for a Windows Form.

  • Application.Run
    Starts a message loop for a thread.

  • Invoke
    Marshals calls from an unmanaged application to a form.