Re: Click event of a dynamically created PictureBox
Okay, here's the latest idea (attached).
I have an Asset class with a (PictureBox) pic property and an (Integer) id property. I use the Tag property of the PictureBox to store the id, so any database work can be done using the 'sender.Tag' argument.
Any recommendations?
It doesn't resolve the transparency issue, of course. Maybe I should have the pic property as something other then a PictureBox?