Icon Extractor in VB.NET – The Code Project – VB.NET
July 23rd, 2007 by Michael
I was looking for a way to get a particular graphic, and came across this utility. I thought it might be useful later.
Background
The general idea is to pull out icons that are embedded resources to DLL’s or EXE’s. The way it’s done is with the old fashioned Win32 API’s.