J
JezB
I want to draw a rounded rectangle on a windows form's surface. Since there
don't seem to be any drawing shape controls provided, can I achieve the same
effect by adding some dummy control on the form to look like a rounded
rectangle? Or is my only option to get into custom controls and OnPaint
events and the like? I really just want something quick and simple.
don't seem to be any drawing shape controls provided, can I achieve the same
effect by adding some dummy control on the form to look like a rounded
rectangle? Or is my only option to get into custom controls and OnPaint
events and the like? I really just want something quick and simple.