You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OnApplicationWindowChange never fires, because ShellHook ignores all windows without WS_SYSMENU.
I think the logic in ShellHook.IsAppWindow deserves some explanation overall. For example, there's a check for IsWindowVisible, but it never tracks if window becomes visible after creation.
Perhaps, library user should be able to filter windows on their own.
OnApplicationWindowChange
never fires, becauseShellHook
ignores all windows withoutWS_SYSMENU
.I think the logic in
ShellHook.IsAppWindow
deserves some explanation overall. For example, there's a check forIsWindowVisible
, but it never tracks if window becomes visible after creation.Perhaps, library user should be able to filter windows on their own.
Copied from justcoding121#19
The text was updated successfully, but these errors were encountered: