Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is not getting windows that are minimized, maybe because this only gets "visible" windows? #50

Open
brockbrownwork opened this issue Dec 3, 2022 · 1 comment

Comments

@brockbrownwork
Copy link

brockbrownwork commented Dec 3, 2022

This module is only getting windows that aren't already minimized. I would like an option to also search through the minimized windows. Maybe this has something to do with the fact that this is only searching through "visible" windows...

if ctypes.windll.user32.IsWindowVisible(hWnd) != 0:

@Kalmat
Copy link

Kalmat commented Dec 4, 2022

Hi! I'm affraid this module is not getting support anymore. This is why I decided to fork it and work on a new version. Check this if you are interested, and please let me know your comments:
https://github.com/Kalmat/PyWinCtl
https://pypi.org/project/PyWinCtl/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants