By tag: Icon
0
kicks
Extracting Icons from EXE/DLL and Icon Manipulation
How to extract icons from EXE/DLL, split/merge icons, and get icons associated with files.
0
kicks
Over 250 High Quality Royalty Free icons set
Free Icon Download Offers High Quality Royalty Free icons for Windows, Mac and Linux.
0
kicks
Getting the icon for a given file extension
There is a handy static method for extracting icons from files, Icon.ExtractAssociatedIcon(filePath), which works great when you actually have the path to a file you want to find the icon for. Unfortunately there is no way built into the framework to get the default icon for a given file extension.
0
kicks
Attach icons to anything with CSS
Thanks to CSS selectors it's possible to attach icons to anything you want just by adding an attribute of your choosing to your HTML. Want a popup icon? try (a href='#' icon='popup') how about a magnifier? (a href='#' icon='mag'). You can even add them automatically for file types. Here's how.