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

Problem hide sizebox border #1

Open
phatdev12 opened this issue Jun 20, 2024 · 1 comment
Open

Problem hide sizebox border #1

phatdev12 opened this issue Jun 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@phatdev12
Copy link
Owner

No description provided.

@phatdev12 phatdev12 added the bug Something isn't working label Jun 20, 2024
@phatdev12
Copy link
Owner Author

phatdev12 commented Jun 20, 2024

LONG lStyle = GetWindowLong(hwnd, GWL_STYLE);
lStyle &= ~(WS_CAPTION | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_SYSMENU);
SetWindowLong(hwnd, GWL_STYLE, lStyle);

image

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

No branches or pull requests

1 participant