DisplayIcon

This program allows you to display icons from an .ico, .dll or .exe file on a window. This is great for your application's About window.


Win API Functions used:

DestroyIcon
DrawIcon
ExtractIcon
GetDC
GetModuleFileName
ReleaseDC

——— Last updated 02/10/2021 ———