views:

29

answers:

0

I need a way to draw rounded raised and sunken corner edges on a custom control. Currently, I am using ControlPaint.DrawBorder3D, but of course the corners are squared off and looks terrible. How can this be done? Also, this project is not allowed to use any PInvoke calls.