|
 |
Create Interactive "Rollover" Buttons |
ASP.NET and Windows Forms Versions |
The Problem:
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.
The Solution:
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.
The Uses:
The Graphical Button is for any developer who wants modern, interesting buttons in their user interfaces. You'll be amazed at how easy it is to use! The Windows version evens has its own special Designers and Editors. Spend your time working on your business or training logic rather than writing code to swap graphics.
Price:
$145
View online help
Download Demo or Evaluation Copy
Order
Comments
|