Con 0 Posted October 6, 2007 can i have a custom icon on my program and if i can then how do i do it? thanks in advance p.s this is the noobiest question i have ever asked sorry :{ Hello? Share this post Link to post Share on other sites
JustinReno 0 Posted October 6, 2007 Yes, if you have the latest version of the full Scite package(http://www.autoitscript.com/autoit3/scite/download/SciTE4AutoIt3.exe). Under the Tools menu, click Compile, theres a lot of cool options to customize your program like the icon. And hoping its not confusing, I think you will be alright. Share this post Link to post Share on other sites
Con 0 Posted October 6, 2007 Yes, if you have the latest version of the full Scite package(http://www.autoitscript.com/autoit3/scite/download/SciTE4AutoIt3.exe). Under the Tools menu, click Compile, theres a lot of cool options to customize your program like the icon. And hoping its not confusing, I think you will be alright. Thankyou very much Hello? Share this post Link to post Share on other sites
Zedna 289 Posted October 6, 2007 (edited) If you use Scite4AutoIt3 then the simplest way is to place this at top of your script:#AutoIt3Wrapper_Icon=your_icon.icoWhen you compile your script (by hit F7) then AutoIt3Wrapper will do the job for you.Look here and here for details. Edited October 6, 2007 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites