I'm remaking on Visual Studio (on C# WPF application mode) an application made on AutoPlay media Studio.
When I needed get files from computer, I found on StackOverflow and in other sites a code to do it, using OpenFileDialog(); but this code shows the older dialog:
But, on the Application made in AMS, the "Open File" is the "Modern" Dialog Window.
Is there any way to Show the "modern" Open File dialog on C# WPF?