Results 1 to 8 of 8

Thread: Click event of a dynamically created PictureBox

Threaded View

  1. #8

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    116

    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?
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width