Retrieving Icons From Executables

Amgad Suliman | 09/12/2008 | 1 Comments

I found this code somewhere on the web two years ago. It basically gets the large (32 x 32 pixels) and small (16 x 16 pixels) icons of an executable. The function returns an Icon object that can be displayed on a form’s icon area or used as a bitmap on a picture box or [...]

Filed Under: WinForms