Windows Forms application

  • Thread starter Thread starter Iwan Petrow
  • Start date Start date
I

Iwan Petrow

Hi,

I have to pass through sequence of steps (different windows forms -
let's say Form1, Form2, Form3..., with "back" and "next" buttons). At
this moment I try with MDI app but there I have problems with maximize
box, close box (I want to disable them but I can't). How to organize my
application? Any ideas?

Thanks.
 
Iwan,

Perhaps you could use one form with several user controls? I mean,
first of all you show form with Control1 visible, when one clicks
'Next' you hide Control1 and show Control2 etc.?
I hope that I've understood you right, you'd like to create something
'wizard-like'?
 
Hi,

You need a Wizard like structure apparentely.

Look in the archives for some frameworks for this. This request is posted
very often.
 
Back
Top