No standard
VB control makes round button.
VB is a nice language, and it comes with a wide set of controls that are very powerful and flexible, but sure they were not designed to be 'pretty'. one choice is to buy a good third party set of controls (they are pricy). but using
VB you can build all the controls you want (in the form of UserControl) An even more complex solution is to 'subclass' the standard controls and override the WM_PAINT event, to change their apparrence (tedious work to do, and
VB is not the language for it, I'd very much prefer building my own controls)
Marco