View Single Post
  #1  
Old 07-21-2010, 03:19 PM
VB.NET VB.NET is offline
Senior Member
 
Join Date: Jun 2009
Posts: 5,161
Default Control array event handler

Maybe it's a noob question ... anyway, I create a dynamic number of PictureBox controls. I keep them inside a List. What I want now is to make them clickable: same event handler for all (opening of the image source file) with a parameter. The question is: how can I do it in practice? How I set...
__________________
VB.NET
domain name forum
Reply With Quote