An Aqua Button Control Written in C# for .Net

Cool project! Done without even WPF!

Using this, control bitmaps are created "on the fly" according to the attributes of the control. Colour, Height, Width, Font Size and Text. The slow rendering speed of the graphics is negated by using cached bitmaps. For each button two Png files are produced. One is the colour of the button and the other which is clear and is used when the mouse hovers over the button and when the button is disabled. Using this control you gain the advantages of both options - flexible image generation and - speed.

Read more...

Sample Image - Sample Image.jpg

No Comments