Jump to content

Asking Specifications for Icons to be complied with the script


Recommended Posts

I am totally new to AutoIT. It is a great tool indeed. I tried to compile some scripts with custom icons. some worked out, some failed. Can anyone tell me the cause and what specifications are necessary?

"Let me win[color=rgb(68,68,68);font-family:arial, sans-serif;font-size:small;], [/color]but if I cannot[color=rgb(68,68,68);font-family:arial, sans-serif;font-size:small;] win, let me be brave in the attempt"[/color]

Link to comment
Share on other sites

Thanks for your replies

I didn't included icon files in the script itself, I tried to complie the script using Aut2exe.exe. There is an option for putting the path of the icon, and that is how i tried it.

Some failed and some worked out, as i told previously. The script is very simple and i did not tried to include any icon in the script. It looks like this

#NoTrayIcon

Global $var

$var = InputBox ( "Choice" , "Please input the name of the folder below")

While 1=1

WinWaitActive( $var)

WinKill($var)

MsgBox ( 16, "Warning!", "This is a forbidden folder !!" )

WEnd

Can you tell me how to check binary format of the icon or any file please?

"Let me win[color=rgb(68,68,68);font-family:arial, sans-serif;font-size:small;], [/color]but if I cannot[color=rgb(68,68,68);font-family:arial, sans-serif;font-size:small;] win, let me be brave in the attempt"[/color]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...