Home All Groups Group Topic Archive Search About

Wizard for UserControl

Author
16 Jun 2006 8:53 AM
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

Author
16 Jun 2006 10:04 AM
marcmc
If i understand the requirement you will need to design and code all the
forms in the code them

Show quoteHide quote
"Meelis Lilbok" wrote:

> 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
>
>
>
Author
16 Jun 2006 10:11 AM
Meelis Lilbok
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







Show quoteHide quote
"marcmc" <mar***@discussions.microsoft.com> wrote in message
news:9D29DCBB-38DB-4F4A-BEFC-0144F4A5E0DB@microsoft.com...
> If i understand the requirement you will need to design and code all the
> forms in the code them
>
> "Meelis Lilbok" wrote:
>
>> 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
>>
>>
>>