WPF calls ActiveX (Windows Forms ActiveX Control Importer)

Source: Internet
Author: User

Reference:

Code:

var registerhost = new WindowsFormsHost ();
Xxxxclient Client = new xxxxclient();
Client . BeginInit ();
Registerhost.child = axatclient;
HOSTPANEL.CHILDREN.ADD (Registerhost);
Client . EndInit ();

Msdn:https://msdn.microsoft.com/zh-cn/library/8ccdh774.aspx

VS Developer Command prompt:

Command:aximp [Options]{file.dll | file.ocx}

Generates two DLLs after executing a command.


Issue: DLL Error {"No registration Class (Exception from hresult:0x80040154 (Regdb_e_classnotreg)"} in WPF program with reference generated)

WORKAROUND: Change the target platform to x86

If you refer to the generated DLL for an error:"An exception was thrown when a call to type" XXXX "was executed that conforms to the specified binding constraint. "

After executing the command will generate 2 DLLs with an OCX Xxxx.cs source file, referencing the DLL with the production of the Xx.cs file.

For more commands, refer to: https://msdn.microsoft.com/zh-cn/library/8ccdh774.aspx

WPF calls ActiveX (Windows Forms ActiveX Control Importer)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.