Search results for query: *

  • Users: vbnetgib
  • Content: Threads
  • Order by date
  1. V

    Determining which control in an array has been clicked

    I have created an array of picture boxes and set an AddHandler to the array eg AddHandler PictureBox(i).Click, AddressOf PictureBox_Click However, I want to be able to determine which picture box within the array has been called. For example, if it is the first control in the array is...
Back
Top