ActiveX control

L

Lucy Ludmiller

I want to build an ActiveX control using C++

Does anyone have a link that can serve as a tutorial - a how to guide?

Basically, I need to know how I may add properties, methods and events,
and how I can pass data in the raised events.
 
L

Lucy Ludmiller

Bob said:

Thanks for that Bob, I got that bit done. Now I want to have an event
that passes an object as a pointer - however, when adding my event,
there is a fixed drop down box that does not allow me to type in the
corrcet data type (say MyObject*) - this is perhaps not suprising, since
MyObject will not be recognised in the IDL. Maybe I can pass the
pointer (opaquely), as a long ?

PS: I will be consuming this control in VB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top