For a desktop program of mine, a certain user command requires placing a window on top of the desktop, above everything.
This, unfortunately for me, doesn't behave as intended with Modern apps.
(I found this which apparently solves the problem, but I cannot use this, at least yet)
However, I thought of a workaround - switching to desktop, doing what has to be done, then switching back to the Modern app.
How do I do this in .NET? (preferably C#)