c# - Get list of background windows. -


what best method retrieve reference of each window located in background in reference window? want apply blur animation every window except 1 has istopmost set true. goal focus attention on tool window displays updates on long running process. have static class holds reference each open window prevent multiple instances running. use that; however, want make code reusable in other apps.

you don't need own list, there application.current.windows.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -