Jump to content

Icon help


polaris
 Share

Recommended Posts

ok... im trying to compile a script using an icon that i made/modified. Im using the Aut2exe converter.

when i try to convert the file it says the icon is in the wrong format. i saved it with .ico and it was a 24-bit bmp

ive tried all i could think of...does autoit require a special format?

all input is appreciated

thnxs,

Polaris :)

PS: this is what part of the alphabet would look like if Q and R were eliminated
Link to comment
Share on other sites

ok... im trying to compile a script using an icon that i made/modified. Im using the Aut2exe converter.

when i try to convert the file it says the icon is in the wrong format. i saved it with .ico and it was a 24-bit bmp

ive tried all i could think of...does autoit require a special format?

all input is appreciated

thnxs,

Polaris :)

A bmp is not an ico, so saving a bitmap as a file with an ico extension will not work. Also, many programs have trouble with icons that are bigger than 64 x 64.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Link to comment
Share on other sites

You have to actually convert the bmp to ico format. Renaming a file does not change the file format.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

You can convert the format with many image editors or icon editors. You could also use a simple viewer like IrfanView to do it. Personally I use IconWorkshop.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

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...