ActiveX in DLL

A

Andreas Holzbach

Hi,
i need to implement a COM interface or an ActiveX Control (both have the
same features) in a DLL.
Implementing a COM interface seems more complicated than an ActiveX
control.
I already added the COM interface and the ActiveX control respectively
to the project and got the cpp file and/or the header,
but i have no idea what to do next.
How can i use the COM interface or the ActiveX control.
Do i need a window for the ActiveX control?
 
N

nutty

Hi,

None of the mentioned things are part of c++.

You may find useful information at

microsoft.public.vc.*

or if you speak german:

microsoft.public.de.vc
 
A

Alf P. Steinbach

* Andreas Holzbach:
i need to implement a COM interface or an ActiveX Control (both have the
same features) in a DLL.
Implementing a COM interface seems more complicated than an ActiveX
control.
I already added the COM interface and the ActiveX control respectively
to the project and got the cpp file and/or the header,
but i have no idea what to do next.
How can i use the COM interface or the ActiveX control.
Do i need a window for the ActiveX control?

Your questions are completely off-topic in [comp.lang.c++].

Please check out the FAQ before posting (it's the "C++ FAQ Lite" by
Marshall Cline).

The FAQ has a list of more appropriate groups to post to.

There you'll get answers.

<OT>Before posting in a more appropriate group, consider: an ActiveX
control is a collection of COM interface. So when you find it harder to
implement a COM interface there's something fundamentally wrong in your
understanding of what you're doing. Therefore, it's possible that
you'll get better answers if you describe what you're trying to finally
achieve, rather than a particular technical way of achieving it.</OT>
 

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

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,073
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top