Wednesday, October 10, 2007

Actipro Wizard Control

Wizards are one of the best ways to simplfy the user experience of applications. They allow developers to take complex operations and break them up into a series of simple steps. Each step is customized to a specific task and provides specialized explanations and controls for that task.

From a design perspective, wizards are similar to property sheets in that they hold a collection of pages that are displayed one at a time. However instead of using tabstrips to navigate through pages, Next and Back buttons are used. Wizards contain a number of pages, each page representing a step in the wizard. The problem is that Windows Forms provides no easy way to design wizards, that is, until now.

Actipro Software's Wizard control provides a powerful framework for developing wizards that follow the Wizard97 specifications. It is a 100%-native .NET control, written in C#.


Image Gallery - Click Image to Enlarge
Actipro Wizard Control

Item Comparison

  • No run-time licensing fees
  • Free maintenance updates for the version you purchase
  • Free major upgrades for 30 days after purchase

  • Detailed Product Description

    Its design-time features allow you to visually design your wizard. At design-time you can manage all the pages in the wizard, navigate through the pages, and lay out each page's child controls. The user interface of the wizard can be completely customized and is reflected in the designer.

    At run-time, the wizard automatically manages stepping through the wizard pages and controls the button enabled states. You can override this default behavior to programmatically control the flow of the wizard steps or control the button enabled states.

    Features

    No comments: