Tweety Posted July 7, 2003 Posted July 7, 2003 hi, I need to create a buttonControl with rounded edges in C#.How do i go abt this ? Quote
*Experts* mutant Posted July 7, 2003 *Experts* Posted July 7, 2003 You would have to draw the button yourself with GDI+, inherit a class from a button and then draw it in the Paint method or OnPaint Override. Or, just look on the internet for some already made ones :). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.