From: bstowers@cybernetics.net (Brad Stowers)
Subject: Re: Delphi - using icons
Date: Fri, 31 Mar 1995 11:48:06 -0500 (EST)

ao@atlas.sto.foa.se (Anders Ohlsson) wrote:
> How do I make more than one icon available for a program in the Program Manager's change
> icon dialog box? I want to have a few icons, exactly like the Program Manager itself has,
> available as choices for my users.

You create the icons and include them in your .EXE.  As an example, use
Image Editor (*shudder*) to create a new resource file (.RES) and create
your icons in the new file.  Save the file and include it in your Delphi
source code with:

{$R MYICONS.RES}


Regards,
Brad
--------------------------------------------------------
Brad Stowers             |  bstowers@cybernetics.net
deltaComm Development    |  My views are my own...
Telix for Windows & DOS  |  Keep yer hands off of 'em.
--------------------------------------------------------
      http://www.cybernetics.net/users/bstowers/

