Re: icon embedding
- Posted by David Ouderdorp <davidfant at DOLFIJN.NL> Jun 30, 1999
- 468 views
On Tue, 15 Jun 1999 21:21:30 +1000, Molasses <molasses at ALPHALINK.COM.AU> wrote: >Anyone know how to embed a Windows icon in an .exe file? You probably mean: How do I use icons in an Euphoria program? It's very simple. Use "ExtractIcon" from shell32.dll. With this function you can load icons from an ICO, EXE or DLL file. See the Win32 manual for details.