views:

40

answers:

1

Do you know of any tutorial that could help me make a custom button in vb.net. Because visual studio 2008 doesn't allow you to create buttons in circle or triangular shapes. I've tried searching and found this one but, I cannot make use of it because there are lots of errors. http://www.codeproject.com/KB/buttons/CButton.aspx

+2  A: 

you can use WPF to create any shape of Button.

see below URL

http://www.codeproject.com/KB/WPF/glassbuttons.aspx

saurabh
how do I use it to style buttons,