Click to See Complete Forum and Search --> : Creating an Activex Control using ATL 3


Madhu c
March 30th, 1999, 03:22 AM
I am creating an Activex Control using ATL 3 with MFC 6.0 (VC++ 6.0)support . In this I have choosen a composite control so that I can host other activex controls like command buttons , edit box, listbox in my Activex Control. The problem is I cant get the events for the embedded controls in my activex control.

1. Do I have to write the event handlers for the embedded controls ?

2. How can I get the message maps for the embedded controls ?

I am planning to run my control in IE (container) only.


If I use MFC Activex Control wizard with COleControl as my base class, how can i Create a composite control with (Control with Forms and Menus, and Command Buttons). Which method do I have to invoke to display the forms


Please i need this urgent . Thanks

Madhu