I doing a active x component in visual studio 6
in my component I have 2 shape box that I want that recive the same color of the frame that they will be put in
Thank a lot :afrog:
Printable View
I doing a active x component in visual studio 6
in my component I have 2 shape box that I want that recive the same color of the frame that they will be put in
Thank a lot :afrog:
have you tried setting the shape's
BackStyle = 0 - Transparent
in you design time of the activex project
You would probably have to expose some Public members on your UserControl, and then the Frame they are put in must use those member to Set the data.
Would it be easier to use usercontrol.ambient.backcolor property?
Thank madsun I will try itQuote:
Originally Posted by madsun
yo250 :wave: