hi every body
could someone help me to make ownerdraw circular button,i know how to draw custom button but the shape of the button is always rectangle.
Printable View
hi every body
could someone help me to make ownerdraw circular button,i know how to draw custom button but the shape of the button is always rectangle.
You have to create the circle through code, then set the button's Region to that shape. Browse this forum for shaped buttons or forms
thanks
but should create user control for that the add the code or where can i create the circle region
In the Paint Event, or some other Event that Draws() directly to your form