المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Err... Form Design / Layout?



C# Programming
05-14-2009, 03:01 PM
Hey guys n gals http://www.barakasoft.com/script/Forums/Images/smiley_smile.gif

I am creating an app where there will be several 'steps' of which need to be completed before the final form is shown. Is there a way where we (I) could use one panel for each step and simply show and hide appropriate panels on the completion of a particular 'step', instead of creating a whole new form for each step?

I know how to do this but everytime I create more than one panel, the controls from one panel end up going onto the panel behind the top panel. I know a groupbox would work for this but they are ugly (atleast in this situation). I can't seem to find any info anywhere else that may suggest that there would be another way of doing this.

thank you,
jay