How to collect Active X controls in the MFC dialog
Posted
by Gopalakrishnan Subramani
on Stack Overflow
See other posts from Stack Overflow
or by Gopalakrishnan Subramani
Published on 2010-03-27T07:25:00Z
Indexed on
2010/03/27
7:33 UTC
Read the original article
Hit count: 408
I know we can enumerate the windows controls with in the dialog and using the callback we can collect the windows controls.
I am looking for specific way to filtering out the controls based on interface implementation. For example, If the Active-X controls derives from interface IDataControl, I want that to add to my interest collection list.
© Stack Overflow or respective owner