-
Notifications
You must be signed in to change notification settings - Fork 25
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
WM_NCHITTEST Messages #91
Comments
I can't seem to find good information about this. You documentation you send is for C++ and for win32 Apps - this however is WPF on C#. |
related issue: dotnet/wpf#4825 |
I guess also this could help: |
After some further investigating it is an issue with WPF and MahApps.Metro/ControlzEx. |
The titlebar is still wrong, but the buttonbox is now correctly classified. |
Currently, NEAV1E lacks any distinction and reports every part of its GUI as
WM_NCHITTEST=1
(In a client area).Would be nice to have more distinctions, especially
title bar=2
,minimize button=8
,maximize button=9
andclose button=20
are often used in scripts and window-management tools.Documentation:
https://docs.microsoft.com/en-us/windows/win32/inputdev/wm-nchittest
The text was updated successfully, but these errors were encountered: