We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use SetWindowLong and use the extended style WS_EX_TOOLWINDOW
WS_EX_TOOLWINDOW
https://learn.microsoft.com/en-us/windows/win32/winmsg/extended-window-styles
When I import SetWindowLong I only get the WINDOW_LONG_PTR_INDEX enum though. Is there a way to generate the WS_EX_ enum?
SetWindowLong
WINDOW_LONG_PTR_INDEX
WS_EX_
Thanks
The text was updated successfully, but these errors were encountered:
hi, I just find it out WINDOW_EX_STYLE add this to NativeMethods.txt
WINDOW_EX_STYLE
NativeMethods.txt
Sorry, something went wrong.
No branches or pull requests
I want to use SetWindowLong and use the extended style
WS_EX_TOOLWINDOW
https://learn.microsoft.com/en-us/windows/win32/winmsg/extended-window-styles
When I import
SetWindowLong
I only get theWINDOW_LONG_PTR_INDEX
enum though. Is there a way to generate theWS_EX_
enum?Thanks
The text was updated successfully, but these errors were encountered: