I've a custom window created in WPF, and I'm showing this window using ShowDialog() method. How do I flash this window when user tries to click the parent window without dismissing dialog window?
I've a custom window created in WPF, and I'm showing this window using ShowDialog() method. How do I flash this window when user tries to click the parent window without dismissing dialog window?