Create Microsoft ActiveX control from UI
h = actxcontrolselect
[h, info] = actxcontrolselect
h = actxcontrolselect
displays a UI listing
all ActiveX® controls installed on the system and creates the
one you select from the list. Returns handle h
for
the object. Use the handle to identify this control when calling MATLAB® COM
functions.
[h, info] = actxcontrolselect
returns a 1
-by-3
cell
array info
containing the name, programmatic identifier
(ProgID), and file name for the control.
COM functions are available on Microsoft® Windows® systems only.