Name: 
ButtonControl ActiveX Control

Description:
This is an alternative to the default VB6 command button. I had to make this control because a client wanted a fancier interface. This control lets you create command buttons in different shapes. It also allows you to set an alternate color when the button is clicked. This control also does not get a focus rectangle (which sometimes makes interfaces look ugly).

Requirement:
The VB6 runtime files.

Use:
Just add the ButtonControl to your project. Now set the Button_Type property.

Button_Type	Button Shape
-----------	------------
0 		Rectangle
1 		Square
2 		Ellipse/Oval
3 		Circle
4		Rounded Rectangle
5		Rounded Square


Now set the Highlight_Color property. This will be the color of the Caption when the button is clicked. Enjoy!

Author:
S.Balaji, New Delhi.

Bugs etc:
sbalaji@email.com

Note:
If you use this control in your program, please write a mail to me stating the details of the program. If the program is freeware or shareware, kindly send me copy.
Thanks.