FunkyBunnies Posted March 23, 2009 Posted March 23, 2009 Hi all, I ran into a bit of an annoyance with dynamically created buttons and finding what icon is attached to a certain button. I'm guessing there's no function or udf to do this? just thought I'd make sure thanks!
BlackScorpion Posted March 24, 2009 Posted March 24, 2009 you can use _GUICtrlButton_GetImage($yourbutton) This will return the Icon or Bitmap associated with the button!
FunkyBunnies Posted March 25, 2009 Author Posted March 25, 2009 Awesome, not sure how I missed that! thanks!
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