Board index » delphi » Has anyone seen my Icon?

Has anyone seen my Icon?

I'm having problems with my Application Icon.  It's disappeared.  Does
anyone know how this can happen and how to fix it?  I've tried to add a new
Icon through Project : Options and I've tried Project : Add to Repository
all to no avail.  In a fit of desperation I've even tried
Application.Icon.LoadFromFile at run-time.
 

Re:Has anyone seen my Icon?


"Martin Gardner" <mar...@kiosk4u.com> skrev i en meddelelse
news:39e70bbb$1@news.jakinternet.co.uk...

Quote
> I'm having problems with my Application Icon.  It's disappeared.  Does
> anyone know how this can happen and how to fix it?  I've tried to add a
new
> Icon through Project : Options and I've tried Project : Add to Repository

You have perhaps deleted the line
{$R *.RES}
from the project source.
Just add it again.

Finn Tolderlund

Re:Has anyone seen my Icon?


Martin,

Perhaps your *.res file is missing?

Mark
--------------------------
m...@godex.com

Quote
Martin Gardner wrote in message <39e70bb...@news.jakinternet.co.uk>...

|I'm having problems with my Application Icon.  It's disappeared.  Does
|anyone know how this can happen and how to fix it?  I've tried to add a
new
|Icon through Project : Options and I've tried Project : Add to Repository
|all to no avail.  In a fit of desperation I've even tried
|Application.Icon.LoadFromFile at run-time.
|
|
|

Re:Has anyone seen my Icon?


That was it.  Thanks.

"Finn Tolderlund" <XnospamYfinn.tolderlu...@Ymobilixnet.dkXnospamY> wrote in
message news:eVEF5.1347$n3.69983@news0.mobilixnet.dk...

Quote

> "Martin Gardner" <mar...@kiosk4u.com> skrev i en meddelelse
> news:39e70bbb$1@news.jakinternet.co.uk...
> > I'm having problems with my Application Icon.  It's disappeared.  Does
> > anyone know how this can happen and how to fix it?  I've tried to add a
> new
> > Icon through Project : Options and I've tried Project : Add to
Repository

> You have perhaps deleted the line
> {$R *.RES}
> from the project source.
> Just add it again.

> Finn Tolderlund

Other Threads