hemantmadaan
Programmer
Hi There,
I am developing an OCX in VC++ using MFC and added a custom property page on to that and want to exchange these properties with the control. With DoDataExchange of the property page I am able to get the properties from the control but nut the reverse, i.e., if I load the control onto a VB project and select to make changes in custom properties. It is showing the values similar to control properties in respective controls of the property page done with DoDataExchange. But when I make the changes in these properties and press apply or OK, my properties in the properties window do not get updated automatically.
Do I need to do something specific in this? Plz check and tell if I am missing some link in this?
I am developing an OCX in VC++ using MFC and added a custom property page on to that and want to exchange these properties with the control. With DoDataExchange of the property page I am able to get the properties from the control but nut the reverse, i.e., if I load the control onto a VB project and select to make changes in custom properties. It is showing the values similar to control properties in respective controls of the property page done with DoDataExchange. But when I make the changes in these properties and press apply or OK, my properties in the properties window do not get updated automatically.
Do I need to do something specific in this? Plz check and tell if I am missing some link in this?