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
Post a Comment