Greetings.

I'm currently working on a personal project to aid myself in honing my programming skills.

In this project, there are a number of different command buttons on a number of different forms.

For purely aesthetic reasons, I'd like to change the shape of the command buttons from the default rectangular, to say, an oval.

Is there a way to accomplish this through standard VB code?

I understand that shapes can be drawn and can simulate command buttons via the various *mouse events, but I'd prefer to stay away from doing that way if it's at all possible.

Thanks in advance.