Search code examples
c#wpfteamviewer

How to bring WPF window to the front of TeamViewer dialog


I need to bring my wpf window to the front of other windows.

I called this.Activate(), window shown, but when any teamviewer dialog opened, it can not be overlapped by other windows.

How can I hide it by my window?

teamviewer dialog


Solution

  • The only way to show your window over all the others is to use the Window property TopMost = true