ToyleY Posted December 3, 2007 Posted December 3, 2007 I don't want my program icon to be to autoit logo. How do i change it please?I have tried this command:GUISetIcon ("QD.ico") But it does not work properly and the program is still represented by the autoit logo, even after it has been compiled.
The Ape Posted December 3, 2007 Posted December 3, 2007 Try compiling it again... in Auto2exe tab, look for the word "icon" (just above passphrase, just below target) browse to, and choose, the icon you want to use... and you're all set. GUISetIcon "Sets the icon used in a GUI window" FixJaw.comTriad-Art.com
ToyleY Posted December 3, 2007 Author Posted December 3, 2007 Thank you Ape - works fine. I didn't know you could run Auto2exe.exe ans select options - I was just compiling from within the editor (which gives no option to change the program icon).
Zedna Posted December 3, 2007 Posted December 3, 2007 Or if you use Scite4AutoIt3 then put this at top of your script: #AutoIt3Wrapper_Icon=your_icon.ico When you compile script (by F7) icon in output EXE will be changed. Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now