Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi .exe mehr Icons hinzufügen (https://www.delphipraxis.net/68661-exe-mehr-icons-hinzufuegen.html)

E307 3. Mai 2006 14:34


.exe mehr Icons hinzufügen
 
Wie kann ich der .EXE- Datei, die von Delphi generiert wird, mehr Icons hinzufügen? (IconIndex 1, 2, 3...)

sakura 3. Mai 2006 14:38

Re: .exe mehr Icons hinzufügen
 
Dazu musst Du eine weitere Resource erstellen. Dann diese entweder fertig kompiliert als RES-Datei oder die Sourcen via RC-File dem Projekt zufügen.

...:cat:...

ManuMF 3. Mai 2006 16:52

Re: .exe mehr Icons hinzufügen
 
Hallo,

Tipp: Benenne die Icons mit einem Z am Anfang, damit das ursprüngliche Icon als erstes für die exe im Explorer bleibt, z.B.

Delphi-Quellcode:
Z_NochEinIcon ICON "symbol.ico"
Die .rc-Datei, in die du das schreibst, kannst du übrigens einfach zum Projekt hinzufügen, dann wird sie automatisch kompiliert.

Gruß,
ManuMF

E307 4. Mai 2006 17:36

Re: .exe mehr Icons hinzufügen
 
Danke!


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:09 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz