Link to home
Start Free TrialLog in
Avatar of ycl
ycl

asked on

About use ActiveX Control's properties in VB

I Created a ActiveX Control's using MFC ActiveX Control Wizard in VC++. As soon as I set the properties' value use the built control in vb,I found that its self-defined properties' value disapeared at run-time,and when I stop the application in vb's debug mode, their value was recleared. why?
ASKER CERTIFIED SOLUTION
Avatar of Norbert
Norbert
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ycl
ycl

ASKER

Thank you!
Avatar of ycl

ASKER

But another problem is why when changed the value in property page,the values  did not present in VB's build-in Property Window immediately?
there is a function setModifyFlag
and BoundPropertyChanged
did you call them ?