ActiveX on a Dialog in a DLL

TeeChart for ActiveX, COM and ASP
Post Reply
arice
Newbie
Newbie
Posts: 10
Joined: Thu Aug 09, 2007 12:00 am
Contact:

ActiveX on a Dialog in a DLL

Post by arice » Fri Oct 19, 2007 7:36 pm

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?

arice
Newbie
Newbie
Posts: 10
Joined: Thu Aug 09, 2007 12:00 am
Contact:

Post by arice » Fri Oct 19, 2007 8:03 pm

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?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Oct 31, 2007 11:07 am

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.

Post Reply