Saturday, April 16, 2005

PocketNerd WizardEngine

The PocketNerd Wizard Engine (Pwiz Engine) provides a powerful, simple, and consistent way to create Windows Forms based Wizards that can be launched as a modal or non-modal dialog from within your own Application, as a standalone executable that runs in its own process and as a Custom Wizard from within the Visual Studio.NET IDE.

This article describes how the Pwiz Engine works and how to create such Wizards.

See this content on www.pocketnerd.net -->

Wednesday, April 13, 2005

C# Custom Wizards

This is the final article in the series that looks at how more programming power can be introduced into our VS.NET Wizards by creating a C# Custom Wizard

Article 1: VS.NET Wizard Overview
Article 2: Custom HTML Wizards
Article 3: C# Custom Wizards


See this content on www.pocketnerd.net -->

Wednesday, April 06, 2005

IDTWizard.Execute's ContextParams

Sample code that shows how to make sense of the IDTWizard.Execute's ContextParams argument when creating a Custom Wizard

See this content on www.pocketnerd.net -->