Lord_Doominik Posted June 4, 2005 Posted June 4, 2005 i want to know how to create buttons over a picture, so that you can click at it. for example: GUICtrlCreatePic("bla.bmp", 0, 0, 800, 600) GUICtrlCreateButton("bla", (800-100)/2, 200, 100, 20) and i also want to know how i can create a gif picture which has set a transparence... i tryed it with $WS_EX_LAYERED but with this the picture only disappeared.
GaryFrost Posted June 4, 2005 Posted June 4, 2005 (edited) Create the buttons first then the pic, then disable the pic, should do it That will take of your 1st question, someone else will have to answer the other. GUICtrlCreateButton("bla", (800-100)/2, 200, 100, 20) GUICtrlCreatePic("bla.bmp", 0, 0, 800, 600) GUICtrlSetState(-1, $GUI_DISABLE) Edited June 4, 2005 by gafrost SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Lord_Doominik Posted June 4, 2005 Author Posted June 4, 2005 thx vry much for yoru answer! it works quite well. hope that somebody else will answer this question...
therks Posted June 5, 2005 Posted June 5, 2005 You can't. This has been addressed, rather recently, in another post. Have a read through there. My AutoIt Stuff | My Github
Lord_Doominik Posted June 5, 2005 Author Posted June 5, 2005 hm, there is a way to do it o.O but thx for yoru answer... got it now...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now