How to get focus to selected window if it exists in WPF C#
I have application with "About" button. When it is clicked, I want to open a new window with credits. But If the window is already open, I want only bring it to focus (first plan), instead of opening next instance. The first part, to prevent opening multiple windows is easy: private void Button_Click(object sender, RoutedEventArgs… Read More How to get focus to selected window if it exists in WPF C#