How do I take a shape such as a star and make it into a command button?
Printable View
How do I take a shape such as a star and make it into a command button?
Load a star into an Image control or a Picture control, and use their click events the same way you would use a command button's click event.
you could also take a look at setRgn api, you would need to define a region and than apply it to the button, but as long as you don't need the exact same events the button object offers go with the solution Hack told you