C#调用C++编写的OCX控件
Step1:Regsver32 + your ocx controls.
Step2:Copy OCX files to C:\\Windows\system32
Step3:In your dialogbox,please add item(ocx),then pull this ocx controls to your dialog box.
Step4:use DLLimport .ocx
private static extern function();