C
C
ChildOfDark2018-02-18 17:34:21
C++ / C#
ChildOfDark, 2018-02-18 17:34:21

How to make in UWP so that when a button is pressed, a second window opens, and the first one becomes inactive?

There is a button in UWP "Set Array", you need to open a new window on click where I will set the array, I know how to switch the Frame to another one, but I don't think it will work here because the window with the array setting is very small, and the initial window big.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Zolotov, 2018-02-18
@SZolotov

Here is an example from the official documentation

D
Dmitry Bashinsky, 2018-02-18
@BashkaMen

new Window().ShowDialog()

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question