handlers

  1. 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