-1

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

asolovyov
  • 903
  • 1
  • 10
  • 21

1 Answers1

1

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

Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207