C# Winform Question
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-05-25T18:28:04Z
Indexed on
2010/05/25
18:31 UTC
Read the original article
Hit count: 294
Hi SO,
I'm just getting started with winforms in C# and things are going well, except I want to learn how to do something like:
if user presses "proceed" button, it will run some code, and change the form, so that there are more options available to the user on the form. In other words, I want to make my forms more than one "page". I hope that all makes sense. Any help would be appreciated, thanks!
© Stack Overflow or respective owner