I am trying to create an Ellipse that sizes itself to the dimensions of a activeX control.

Heres what I have. It only seems to be sizing to the Width of the Box right now.

UserControl.Circle ((UserControl.Width / 2), (UserControl.Height / 2)), (UserControl.Width / 2), , , , 1 / 3

Am I going about this all wrong? Is there an easier way to do this?

Thanks,
Steve