event handlers

  1. L

    Question Double Click Handler not working on dynamically created picturebox

    Hi Guys, I have a Winform application where i added picturebox's to a flowlayout panel dynamically from code. I have successfully managed to add a handler for doubleclick and click events the problem i have is that when i add both together it only seems to work with the click event and not the...
  2. O

    Event Handlers

    Hi, I have a panel control on a win form, to which I dynamically add a custom control. The custom control inherits UserControls and in the New() sub, I assign the control a GUID. When a control is added to the form, a variable of type List(Of T) holds the details of where i put the control and...
Back
Top