Is there a method to retrieve all open windows of my app? #4502
Replies: 1 comment 3 replies
-
It's been a while, but I think the Windows API contains definitions for the methods Edit: I looked it up and the methods are
The header Kind regards |
Beta Was this translation helpful? Give feedback.
-
I was looking for a (possibly easy) method to retrieve all the opened
Window
s of my app. Currently, I can manually register all the opened windows in a global static List, but it would be great to have a native structure that keeps track of them.I was looking for something similar to Application.Current.Windows in .NET4.8 (https://learn.microsoft.com/en-us/dotnet/desktop/wpf/app-development/how-to-get-all-windows-in-an-application?view=netframeworkdesktop-4.8).
Beta Was this translation helpful? Give feedback.
All reactions