.NET 2.0 Wizards

  • Thread starter Thread starter Peter Gehrman
  • Start date Start date
P

Peter Gehrman

Visual Studio 2005 includes a library Microsoft.WizardFramework for creating
wizards but I can't find any documention on it. Does anyone know anything
about this namespace, or if there some documentation out there somewhere? As
far as I know it's not supported yet.
 
Peter Gehrman said:
Visual Studio 2005 includes a library Microsoft.WizardFramework for
creating wizards but I can't find any documention on it. Does anyone know
anything about this namespace, or if there some documentation out there
somewhere? As far as I know it's not supported yet.

This is a (one of many other) private assembly used solely by the VS
designers, it's not meant to be used from user code, so it's not documented.

Willy.
 
Thanks for the reply. Although it's not documented, do you know of a way to
recognize when the Next button on a page has been clicked? There doesn't
seem to be any kind of OnNext event handlers -- only OnFinish for the entire
wizard. Any insight on how to do this would be helpful. Thanks.

Pete
 
Back
Top