Click here to Skip to main content
16,019,018 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I want to get icon of a file type(imagine of a file type) or icon of folder to show in listview, but i don't know how i can do it. i use API in c++. who can help me. thanks!
Posted

Well, you can start here: Get Registered File Types and Their Associated Icons in C#[^]

and I assume you meant you wanted it in an Image form (not imagine). For that see here: Convert Icon to Image in C#[^]
 
Share this answer
 
The first answer by the great Paul DiLascia (Rest in Peace Brother) in the following link answers your question -
http://msdn.microsoft.com/en-us/magazine/cc301425.aspx[^]
 
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