I'm new to ActiveX controls, so maybe I'm missing something basic here, but my problem is : I can't change the background color of the control at run time. I can change the background color of other controls within the ActiveX control, but not the color of the ActiveX control itself.

I can say :
Text1.backcolor = vbyellow
Command1.backcolor = vbred

... but what can do for the control itself ?