Jump to content

Recommended Posts

Posted

Hi all. I have this GUI and i want to set an icon. My question is, is it possible to use a PNG type of icon in AutoIt. I have tried to set icon with PNG type icon other than ICO but it seems that it's not working...with ICO type it is working...

Posted

Hi all. I have this GUI and i want to set an icon. My question is, is it possible to use a PNG type of icon in AutoIt. I have tried to set icon with PNG type icon other than ICO but it seems that it's not working...with ICO type it is working...

PNG is not an icon, this image. For images, you should use GUICtrlCreatePic(), but with PNG it's not working. Use this to solve problem.
Posted

PNG is not an icon, this image. For images, you should use GUICtrlCreatePic(), but with PNG it's not working. Use this to solve problem.

o i see. thanks for your UDF yashied. i'll try to understand it and solved my problem...

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