
subclassing controls w/ ActiveX
Hi,
This might be a really stupid question, but...
I have created an ActiveX control that subclasses a ListBox control. I
would like to be able to to access the actual control, but I don't
understand how to do this. I had assumed that there would be something
like MyActiveXControl::GetListBox(), but there isn't. I need a way to
programatically add, delete, & modify things from the list. Any ideas?
Thanks,
Allyn