0

I have an application that displays a dialogue box during operation. The issue is that sometimes I'll have multiple applications open and this dialogue box will appear behind those others.

Can I administratively tell Windows to always give certain applications foreground priority? So if/when they pop-up a window, it'll always be on top?

Mike B
  • 2,720

1 Answers1

1

There is no global setting for this. The applications itself must support this (set the wndTopMost flag) and must give you an option whether you want this feature or not (like Taskmgr.exe)