gcue Posted January 13, 2009 Posted January 13, 2009 i looked at the styles and exstyles for buttonconstants.au3.. didnt see that there was. the script im running has several icons which already have an icon applied to them i cannot resize the icons because it affects the layout.. the background i have is white, so either making the button transparent or white would work.. thanks
gcue Posted January 13, 2009 Author Posted January 13, 2009 (edited) when i set it - it overrides the icon image... *sigh* GUICtrlSetImage($buttonlabels[$IconsDrawn][0], "dashboard.dll", 4) $buttonlabels[$ButCount][0] = GUICtrlCreateButton("", $startX + $ButHor * $horPitch, $StartY + $ButVert * $VertPItch, $ButWid, $ButHeight, $BS_ICON) GUICtrlSetImage(-1, "shell32.dll", 16) GUICtrlSetBkColor(-1, 000000) Edited January 13, 2009 by gcue
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