Click here to Skip to main content
15,882,209 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to set icon for shell extension (windows shell menu), but seams it only accepts bitmap files. how can I Load icon or PNG in this case.

What I have tried:

Right now I Load bitmap files and use some function to make it transparent.
Posted
Updated 8-Feb-18 8:15am
v2

1 solution

There are two things you can pursue : one is to search on this site for "shell extension" and you will see a large number of articles written on the topic. Another is to use an image handling library like CxImage to do this which you can find on this site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900