I am creating a dialog editor for a code generation project I am working
on. I would like the user to be able to insert ActiveX controls much like
in the VC++ ClassWizard. Can someone point me to some code or direction to:
first, enumerate currently installed ActiveX controls, second, create the
control for my dialog editor, and third, access the control's properties,
methods, and events, all during runtime? Thanks,
-- Myke
Tim
Myke Maas wrote in message ...