I sure that I'm missing something but how does one retrieve the name of the bitmap say from a button. I tried 'button.bitmap' but that just appears to return an ID. I need the file name. I can use flags but would rather not. Thanks for the help.
You cannot retrieve the file name. It is not stored. Only the bitmap itself is kept. You can use the Tag property to save such information. It can even be done with the designer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.