| View previous topic :: View next topic |
| Author |
Message |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Fri Jul 20, 2007 10:02 am Post subject: [Delphi] Changing your icon in delphi? |
|
|
Well i looked at the form properties in delphi and i found icon, but it only change the icon of the window the the exe. is there anyway to change this by using a command or something? | Code: | procedure TForm1.FormCreate(Sender: TObject);
begin
Icon.LoadFromFile('earth.ico');
end; |
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Fri Jul 20, 2007 10:05 am Post subject: |
|
|
wouldnt it be
| Code: | | Form1.Icon := 'earth.ico'; |
although i just change it in the properties
much easier _________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Fri Jul 20, 2007 10:07 am Post subject: |
|
|
| project options |
|
| Back to top |
|
 |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Fri Jul 20, 2007 10:08 am Post subject: |
|
|
True, but whenever i save the exe it just uses the 7, it only changes on the border. _________________
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Fri Jul 20, 2007 10:10 am Post subject: |
|
|
oh you want the task bar too _________________
|
|
| Back to top |
|
 |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Fri Jul 20, 2007 10:11 am Post subject: |
|
|
yeah _________________
|
|
| Back to top |
|
 |
Never Again I post too much
Reputation: 0
Joined: 13 Jan 2007 Posts: 2000 Location: New Mexico
|
Posted: Fri Jul 20, 2007 10:15 am Post subject: |
|
|
| What I do is press Alt+shift+f11 and then go to the "Application" tab and click "load icon" and it changes the icon for the Taskbar and application itself. |
|
| Back to top |
|
 |
|