Graphical Button
The days of rectangular, gray buttons have long been over for training and many other types of applications. Yet creating "graphical" buttons with rollover, down, and disabled states requires code to swap images either in JavaScript (ASP.NET) or VB, C#, etc. (Windows Forms). Things get even more complicated on the Windows side if you want the option of using embedded images, resources, and external files. Graphical Button does the job. For ASP.NET, it allows you to set properties for the various button states and then automatically creates the associated JavaScript. The Graphical Button even preloads all your images. For Windows Forms, it has special objects and associated editors for each situation: images embedded within the application, resources that are built into the .exe but than can be overwritten at design time, or external graphic files in a wide variety of formats. In either case, all you do as a developer is define the images. Graphical Button does the rest.
advertise here