Jump to content

Recommended Posts

Posted
:) 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!
Posted

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

NEWHeader1.png

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...