Newbie needs advice

G

Guest

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
 
R

raikinda

David++ yazdi:
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

Hi,

there is an MDI application choice in windows forms list. you may use
it, i think.
hope to be useful
 
G

Guest

raikinda said:
David++ yazdi:

Hi,

there is an MDI application choice in windows forms list. you may use
it, i think.
hope to be useful

Thanks, I'll give it a go.

Cheers,
David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top