Ayres Posted March 29, 2005 Posted March 29, 2005 How to incorporate icons that I will use in buttons to the executable archive generated by the AUTOIT, without having that to referenciar external archives .ICO? Thanks for all friends!
Valuater Posted March 29, 2005 Posted March 29, 2005 try this $Logo_icon = @HomeDrive & "\Temp\My-Icon.ico" FileInstall("C:\**FOLDER NAME**\**ICON NAME**", $Logo_icon) ;source must be literal string $MAIN=GUICreate("My GUI") ; will create a dialog box that when displayed is centered GUISetIcon($Logo_icon) good luck
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