[SOLVED] Button rounded corners

Answered
0
0

Howdy,

I’ve been searching how to make button’s display with rounded corners.
Is there a simple way of doing this?

Thanks in advanced,

  • You must to post comments
Best Answer
0
0

Jorge,

the easiest way is this:

this.button1.CssStyle=”border-radius:5px”;

Best regards
Frank

  • You must to post comments
0
0

Thanks Frank!!!

I know nothing about css/html!
I whish i knew more about it, works perfectly!

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.