Currently working on a c#/wpf program. When I click a certain button I show a new window on top and set it to the app current main window.
So when I click outside this main window, windows make the sound that I can't click outisde. Great!
I want to know what event is being called when this happen because sometime this window is not on top and in this case I want to put it back on top.
EDIT: I want to put it on top when it's also and background not necessary minimized.
Thank you.