Z
Z
Zaur Ashurbekov2017-03-06 16:18:56
C++ / C#
Zaur Ashurbekov, 2017-03-06 16:18:56

How to make a change of forms through the next button?

Hello habr!
New to c#. You need to make a page change in the form through the next button, as when installing programs. Tried through MDI, but the feeling that there must be something else, more suitable for the task. Separately, to launch windows, and close the old ones, so it’s generally wrong somehow. In Qt, this was a special widget in which you could create several pages and switch between them.
So, how is this business properly done in C#, in VS 2016?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
maaGames, 2017-03-06
@zaurius

When you click next, you close the current form and open the next one. It will work in absolutely any language and specialized widgets are not needed.

K
Konstantin Kavensky, 2017-03-06
@Sonzanie

this.Close();
newForm1.Show()?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question