1
Answer

"Dynamic" Windows forms application

Ask a question
Jon Foster

Jon Foster

16y
4.8k
1

I am quite new to c#/ windows programing, and am struggling a little with windows forms...

What i want to do is to be able to display varied content in one form. For example; the form starts by displaying a splash image "welcome to ..." , then on a click will move to a list of options, say 4 buttons. Clicking this brings up a new "page" of options... etc.

Can someone point me in the right direction as to how this can be implemented?

( I am starting to suspect that i am barking up the wrong tree; i either need to create and display seperate forms... or create "clickable" icons and paint them to the form... )

Thanks in advance


Answers (1)