How would you attach an ActiveX control in Your Application?

Showing Answers 1 - 3 of 3 Answers

We can attach an activex control using

BOOL Attach(
BSTR PortName // name of the virtual serial port
);

Here PortName is the name of the existing virtual serial port to be opened.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions