How can i get all windows owned by a window? (not it's child)
You can use EnumWindows to get the list of windows and then, for each window handle, call GetWindow with GW_OWNER flag to get the owner. In this way you can get the list of owned windows for a specified window handle.
That's true. A parent window is not the same than the owner window.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With