Posted: Fri Mar 01, 2013 8:38 pm Post subject: How do I change my exe icon?
How do I change the icon of my exe file? I'm using version 4.1, and I don't want the icon to be Turing
Edit: Nvm, I found out how. Sorry about this post
Edit 2: Nvm again, I thought I found the right thing, but it isn't. I'm trying to change my file icon to calc.exe's icon that's included in windows 7.
Sponsor Sponsor
Tony
Posted: Fri Mar 01, 2013 9:38 pm Post subject: RE:How do I change my exe icon?
You can't change it easily from Turing itself, but you could after compiling by finding the resource inside the executable and replacing the data. There are some applications that would do that, but I'm not familiar with which exactly.
Posted: Sat Mar 02, 2013 3:25 am Post subject: Re: How do I change my exe icon?
Resource Hacker
Use this to extract the icon from calc.exe then insert it into your program.
storm2713687
Posted: Sat Mar 02, 2013 7:37 pm Post subject: Re: How do I change my exe icon?
Tony @ Fri Mar 01, 2013 9:38 pm wrote:
You can't change it easily from Turing itself, but you could after compiling by finding the resource inside the executable and replacing the data. There are some applications that would do that, but I'm not familiar with which exactly.
bbi5291 @ Sat Mar 02, 2013 3:25 am wrote:
Resource Hacker
Use this to extract the icon from calc.exe then insert it into your program.
Thanks guys! I'll go try that out, that'd be awesome