Wizard for UserControl

  • Thread starter Thread starter Meelis Lilbok
  • Start date Start date
M

Meelis Lilbok

Hi

How to create "Wizard" for user control?

For example i have usercontrol with properties.
To make easier for seting those properties i wan't to create a wizrd, that
helps user complete and set/change those properties at design time.



Best regards;


Meelis
 
If i understand the requirement you will need to design and code all the
forms in the code them
 
eee nope ;)
i'll try to explane with my poor english


lets say i have a usercontrol with special properties for example
"Connectionstring"

Now when user add's this control to form and clicks in propertygrid on
"Connectionstring", then wizard opens , that
helps user to find sql server, set securitymode(windows auth. or sql) aso.
NB! this was just sample, usercontrol my have different properties, just
this "wizard" should help user to set those properties :)


Meelis
 
Back
Top