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

Documentation: SetIcon on Windows must be a .ico file otherwise LoadImageW returns 0x0 and error DNS_ERROR_RCODE_NO_ERROR #235

Open
Southclaws opened this issue May 14, 2022 · 1 comment

Comments

@Southclaws
Copy link

I spent a bit of time debugging this and trying things so it's worth mentioning in the docs. Issue title for SEO to help others who may run into this.

On mac you can have an optional .png as an icon, but Windows requires an icon (in order to call other APIs, such as Shell_NotifyIcon the icon must be present)

Hopefully this helps someone!

@z1076
Copy link

z1076 commented May 5, 2024

Thank!!!! bro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants