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

WindowFinder overhaul #21

Open
FrigoCoder opened this issue Jan 4, 2018 · 1 comment
Open

WindowFinder overhaul #21

FrigoCoder opened this issue Jan 4, 2018 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@FrigoCoder
Copy link
Owner

FrigoTab at the moment enumerates applications with EnumWindows, based on WindowExStyles.AppWindow, ToolWindow, and other flags.

Unfortunately this is inappropriate, the standard Alt-Tab and Win-Tab implementation behaves very differently. Raymond Chen wrote a blog entry about it: https://blogs.msdn.microsoft.com/oldnewthing/20071008-00/?p=24863

Several side effects arise as a result:

Find out how do Alt-Tab and Win-Tab exactly work, and change my implementation to conform to them.

@FrigoCoder FrigoCoder added bug Something isn't working enhancement New feature or request labels Jan 4, 2018
@FrigoCoder FrigoCoder assigned FrigoCoder and unassigned FrigoCoder Jan 4, 2018
@FrigoCoder
Copy link
Owner Author

No Total Commander windows are showing up if I open the About dialog box. This clearly needs more work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant