Well, I would say, override OnPaintBackground() and don't do anything in
it, and paint your oval in OnPaint(). (Unless you're using double
buffering.)
[quoted text, click to view] Mike Starkey wrote:
> I am trying to create a new user control. Is there anyway I can make the
> control itself transparent but still display the oval I plan to draw on it?
> Please help!!
> Thanks, Mike
>
>