Stories recently tagged with 'Icon'

Extracting Icons from EXE/DLL and Icon Manipulation(codeproject.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 4 months ago

How to extract icons from EXE/DLL, split/merge icons, and get icons associated with files. read more...

add a comment |category: |Views: 58

tags: another

Over 250 High Quality Royalty Free icons set(freeiconsdownload.com)

submitted by freeiconsdownloadfreeiconsdownload(230) 4 years, 2 months ago

Free Icon Download Offers High Quality Royalty Free icons for Windows, Mac and Linux. read more...

12 comments |category: |Views: 387

tags: another

Getting the icon for a given file extension(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 3 months ago

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. read more...

add a comment |category: |Views: 20

tags: another

Attach icons to anything with CSS(hunlock.com)

submitted by pcx99pcx99(165) 5 years, 4 months ago

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. read more...

1 comment |category: |Views: 12

tags: another