Animation controls
When the Transparent property is enabled, the animation control uses the same background color as its container, giving it a transparent appearance. You should also set the Border property to false.
To make the control appear to be transparent:
Select the Transparent check box on the General page of the control’s Properties view.
The Transparent property takes a boolean value. The following line sets the Transparent property to true:
am_1.Transparent = TRUE