Creating custom buttons in C ++ Builder

I spent most of 2 days trying to figure out how to create custom buttons for C ++ Builder XE6. I need rounded corners and a three-dimensional view (they are already developed)

I have styles for working, but I can only get one graphic for working at a time, I need closer to a dozen unique buttons for various parts of the application.

I am also trying to create custom components, but am not sure how to manipulate the visual aspect of the button to get the desired look.

I tried the buttons with bits, but I can only insert a small image in the middle, I can’t fill it in and have nice rounded corners.

+4
source share

All Articles