C# Wizards?
-
I have not found any reference on how to create a wizard dialog (Back/Next/Finish) in C#. I know the property pages were the way to go in C++/MFC, but I don't know if it applies here. I couldn't find any documentation in MSDN. Any suggestions? Thanks, Derek
-
I have not found any reference on how to create a wizard dialog (Back/Next/Finish) in C#. I know the property pages were the way to go in C++/MFC, but I don't know if it applies here. I couldn't find any documentation in MSDN. Any suggestions? Thanks, Derek
Well I've thought about the same issue. Actiprosoftware makes a control to create wizards although I haven't tried it. I've used some of their other controls which seem to work OK. http://www.actiprosoftware.com/products/dotnet/wizard/default.asp If you try it, would interested in feedback
-
Well I've thought about the same issue. Actiprosoftware makes a control to create wizards although I haven't tried it. I've used some of their other controls which seem to work OK. http://www.actiprosoftware.com/products/dotnet/wizard/default.asp If you try it, would interested in feedback
Thanks - I did see that, but for such a "simple" task, I hate to add another 3rd party control to maintain and upgrade. I'll keep searching and if I find an answer I'll make sure I post a reply here! Derek
-
Thanks - I did see that, but for such a "simple" task, I hate to add another 3rd party control to maintain and upgrade. I'll keep searching and if I find an answer I'll make sure I post a reply here! Derek
-
Thanks - I did see that, but for such a "simple" task, I hate to add another 3rd party control to maintain and upgrade. I'll keep searching and if I find an answer I'll make sure I post a reply here! Derek
As soon as I am finished cleaning/polishing my solution to another gap in .NET (The Header common control), I was going to take a look at implementing the Propery Sheet/Wizards as well. I will let you know... Regards
-
I agree. If you find any info on wizards, I would love to take a look at it, so feel free to publish it.