tags:

views:

211

answers:

1

I am creating skinned application in which I want a skinned roundrect button, can someone help me out in solving this problem.

+1  A: 

hi, an answer to another question I gave some time back might be relevant for you as well:

http://stackoverflow.com/questions/1306574/ichat-style-interface/1306655#1306655

You'll have to 'subclass' the button and do your own painting course.

Toad