How to extract the program description from an EXE
-
Can anyone tell me how to extract the resources, specifically the description and icons, from a .EXE file programatically. Basically I want to write a C# application that takes .EXE files and displays their description and their icons, more or less like right-clicking the file in explorer and displaying properties. Dave
-
Can anyone tell me how to extract the resources, specifically the description and icons, from a .EXE file programatically. Basically I want to write a C# application that takes .EXE files and displays their description and their icons, more or less like right-clicking the file in explorer and displaying properties. Dave
hi there, You might have a look on this cool article Get Icon from Exe or DLLs << >>
-
hi there, You might have a look on this cool article Get Icon from Exe or DLLs << >>
That's handy. Thanks. Dave