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

bug: during CLI loading, if force on other window it be hidden instead of CLI #133

Closed
Antonoko opened this issue Feb 25, 2024 · 0 comments · Fixed by #139
Closed

bug: during CLI loading, if force on other window it be hidden instead of CLI #133

Antonoko opened this issue Feb 25, 2024 · 0 comments · Fixed by #139
Labels
bug Something isn't working

Comments

@Antonoko
Copy link
Member

    hide_CLI = win32gui.GetForegroundWindow()
    win32gui.ShowWindow(hide_CLI, win32con.SW_HIDE)

This snippet will get the foreground window, but when other window activated, the other window will be hidden instead of the CLI.

@Antonoko Antonoko added the bug Something isn't working label Feb 25, 2024
@Antonoko Antonoko mentioned this issue Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant