I am new to windows app development in c sharp. I am trying to create a scenerio were a user would click on a button to display a new page of information instead of poping out a new window. Just like it is done in java CardLayout Manager. Pls most of the tutorials I have did not treat this.

Recommended Answers

All 4 Replies

How are you displaying the information? Are you using a control of some kind or writing directly onto the form?

I created different panels to display different information. A panel represents registration info. A panel represents Login information. So approach is when a user clicks login button the panel containing the login information would be displayed to a user. when a user clicks register button a panel displaying register details would be displayed. But I dont know how to approach this in C sharp. I can I get a tutorial on this.

Think this tutorial is a good place to start.Check out MSDN also. Succes!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.