Hi folks,
Quite new to Windows Forms development. So far I've just developed some
single formed apps which have the main form as the solo interface. I would
now like to develop an app which has multiple levels (or screens?) i.e.
perhaps the first entry screen to the app will be a 'Login Page' where the
user must enter a username and password to proceed to the next part of the
app, this would bring up a new screen and the Login Page would disappear. The
question is, what is the best way to implement this?
Thanks for any advice.
Best regards,
David
PS
Also recommendations of good windows forms development books greatly
appreciated
raikinda - 30 Jun 2006 13:43 GMT
David++ yazdi:
> Hi folks,
>
[quoted text clipped - 16 lines]
> Also recommendations of good windows forms development books greatly
> appreciated
Hi,
there is an MDI application choice in windows forms list. you may use
it, i think.
hope to be useful
David++ - 30 Jun 2006 14:20 GMT
> David++ yazdi:
> > Hi folks,
[quoted text clipped - 23 lines]
> it, i think.
> hope to be useful
Thanks, I'll give it a go.
Cheers,
David