![]() |
Icon von Konsolenanwendungen
So mein Programm ist fast fertig, noch eine frage:
Wie bekomme ich nen schönes Icon für die exe? Das feld "Icon" in den Optionen ist disabled... |
Re: Icon von Konsolenanwendungen
Mach das:
Delphi-Quellcode:
Dann kannst du ein Icon auswählen für die Exe.
program Project2;
{$APPTYPE CONSOLE} {$R *.res} // <-- !!! uses SysUtils; begin { TODO -oUser -cConsole Main : Insert code here } end. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:52 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz