MajSlayer420 0 Posted January 22, 2007 Hello could someone point me to the command(s) to change my exe files icon? Also is there a way to change the color of your GUI? Thanks MajSlayer420 Share this post Link to post Share on other sites
Helge 3 Posted January 22, 2007 Changing icon is done with Aut2Exe : http://www.autoitscript.com/autoit3/docs/intro/compiler.htmChanging the GUI-color is done with GUISetBkColor.Tip : When you install a program, make notice to where you installed it and also check what kind offiles and folders that was copied there. Share this post Link to post Share on other sites
Zedna 238 Posted January 22, 2007 I suggest use this simplest method: #Compiler_Icon=your_icon.ico at start of your script (when you use Scite4AutoIt3). Then automatically at compile (F7) will be used this icon. Hide Zedna's signature Hide all signatures Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites
Bert 1,372 Posted January 23, 2007 I suggest use this simplest method:#Compiler_Icon=your_icon.icoat start of your script (when you use Scite4AutoIt3).Then automatically at compile (F7) will be used this icon.I didn't see that in the helpfile. How did you know about that? Hide Bert's signature Hide all signatures The Vollatran project _____ I'm famous My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
Helge 3 Posted January 23, 2007 I suggest use this simplest method...In my mind it's important to point out to the new users what lies behindstuff like #Compiler_Icon, and make them at least aware of the fact thatthey got a program installed on their computer which is designed to dothis specific task, plus some more.That they have problems finding their way to Aut2Exe, or even the helpfilein some cases, via the start-menu or by simply opening the folder wherethey installed this program is beyond me though... Share this post Link to post Share on other sites
Helge 3 Posted January 23, 2007 I didn't see that in the helpfile. How did you know about that?By looking in the helpfile for Scite4AutoIt. Share this post Link to post Share on other sites
Zedna 238 Posted January 23, 2007 (edited) I didn't see that in the helpfile. How did you know about that?As Helge said in Scite4AutoIt3 HelpIn Scite press Ctl+F1 then go to "Extra Utilities/AutoIt3Wrapper" Edited January 23, 2007 by Zedna Hide Zedna's signature Hide all signatures Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites