Can I use somehow the filetype images from my operating system and display them in my application?
feedback
|
|
If you know the file name of the file whose icon you want, you can use the
There is a catch to this method though. According to its documentation,
One other thing I found was that this method only extracts 32x32pixel icons. See System.Drawing.Icon.ExtractAssociatedIcon (MSDN) for more how to use this method. For a more robust icon extractor, I'd suggest you look at the OSIcon project on CodeProject.
This is the link to the project: http://www.codeproject.com/KB/system/OSIcon.aspx | ||||
|
feedback
|