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

CoreWindow.Visible is always false #15

Open
ShortDevelopment opened this issue Sep 11, 2022 · 1 comment
Open

CoreWindow.Visible is always false #15

ShortDevelopment opened this issue Sep 11, 2022 · 1 comment
Labels
appx-corewindow bug Something isn't working

Comments

@ShortDevelopment
Copy link
Owner

No description provided.

@ShortDevelopment ShortDevelopment added bug Something isn't working appx-corewindow labels Sep 11, 2022
@ShortDevelopment
Copy link
Owner Author

ShortDevelopment commented Sep 11, 2022

bool visible = true;
const uint WM_ICONERASEBKGND = 0x270u;
PostMessage(coreWindow.GetHwnd(), WM_ICONERASEBKGND, 0, visible ? 1 : 0);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appx-corewindow bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant