Extract Images from Executable Files Using Managed Code (C#/VB)

162 Views Asked by At

Can I retrieve bitmap information from an executable using managed code only?

1

There are 1 best solutions below

0
On

If you simply want to extract the icon, then you can look here: Get File Icon used by Shell

If you want to extract resource images then you should clarify your question to state how they're stored in the executable. Describing how the example exe was created would be useful.