Page 1 of 1

ActiveX on a Dialog in a DLL

Posted: Fri Oct 19, 2007 7:36 pm
by 15046346
I need to create a DLL with a dialog box which includes the TeeChart Activex Pro v8 control.

How do I do that? Do you have a working example?

Posted: Fri Oct 19, 2007 8:03 pm
by 15046346
OK, I didn't give out enough info. I am programming in C++ using Visual Studio 2005 and MFC. I need to create the DLL as an MFC DLL.

So, the calling app is MFC and the DLL in MFC. I need to load a DLL that contains a simple dialog (OK Cancel and the TeeChart ActiveX control).

Any ideas? Any examples?

Posted: Wed Oct 31, 2007 11:07 am
by Pep
Hi arice,

I'm sorry, we don't have a specific example of that. However we think that no special things must be done to create it. Creating it as you'd create another MFC dll app (which different std OCX) should work fine.