Re: Maarten, I am still having trouble
- From: "charles" <instrulab@xxxxxxxxxxxxx>
- Date: Thu, 28 Dec 2006 13:35:34 -0500
OK I just checked my .DPR file land I have
{$R *.RES} I have some other Delphi 5 programs that I can change the icon
of the .exe file but cannot see why this one don't work.
Originally this program was written in Pascal and then ported over to
Delphi 4 and now ported over to Delphi 4. I do have some include files but
I still cannot see why I cannot change the final ICON
charles
"J French" <erewhon@xxxxxxxxxx> wrote in message
news:4593d3e1.8967109@xxxxxxxxxxxxxxxxxxxxxxx
On Thu, 28 Dec 2006 13:44:36 GMT, "charles" <instrulab@xxxxxxxxxxxxx>sure
wrote:
I wrote that I went to projects / options / and applications and load an
icon but that I con doesn't show up on my exe file. It is the right exe
file because the title is different from any other exe that I wrote
Maarten wrote The icon is saved in the project's resource file. If that
isn't being included, or not as the first resource file with icons in it,
the icon would not show up.
I have the icon in the folder with all the project files but I am not
what is the resource file and how do I find that?
In a Project file ( .DPR ) you should see :-
{$R *.RES}
This tells the system to include: AppName.res
Your best bet is to start up a new Project and play around, when you
add an Icon in Project/Options then you should see PROJECT1.RES appear
in the same directory as PROJECT1.DPR and PROJECT1.EXE
.
- Follow-Ups:
- Re: Maarten, I am still having trouble
- From: J French
- Re: Maarten, I am still having trouble
- References:
- Maarten, I am still having trouble
- From: charles
- Re: Maarten, I am still having trouble
- From: J French
- Maarten, I am still having trouble
- Prev by Date: Re: Opendialog problem
- Next by Date: Re: Maarten, I am still having trouble
- Previous by thread: Re: Maarten, I am still having trouble
- Next by thread: Re: Maarten, I am still having trouble
- Index(es):
Relevant Pages
|