Jump to content

Recommended Posts

Posted

I'm working on a new app with AutoIT, the problem is that the user interface has rounded (transparent) corners, same as the buttons... the problem is that I found a way for AutoIT to support transparency, but, when image buttons are rounded, then I am able to see the "default and classic" button under the image button.

That is why I need to replace the classic buttons with the images, and not just move the image button over the classic button. Is that possible?

Posted (edited)

Yes, but as far as I know, the GUICtrlSetImage doesn't support transparency, right?

Edited by samm
Posted

The effect of GUICtrlSetImage depends of the system you use. For example on windows 7 you will have transparent effect and on win XP not.

If you want transparency for button on all systems then use ImageList.

♡♡♡

.

eMyvnE

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