wndclass.hIcon = LoadImage( NULL, "icon.ico", IMAGE_ICON, 0, 0, LR_LOADFROMFILE| LR_SHARED | LR_LOADTRANSPARENT);
How load icon from resource using LoadImage?
Marcone via Digitalmars-d-learn Sun, 05 Jan 2020 05:35:32 -0800
I am using this code to load icon from local directory, but I
want to load icon from resource.res file:
- How load icon from resource using LoadI... Marcone via Digitalmars-d-learn
- Re: How load icon from resource us... JN via Digitalmars-d-learn
- Re: How load icon from resourc... ShadoLight via Digitalmars-d-learn
- Re: How load icon from resource us... Rumbu via Digitalmars-d-learn
- Re: How load icon from resourc... Marcone via Digitalmars-d-learn