A
adh
Hello,
How do I get the referebce to the last added UserControl:
Me.Controls.Add(myUserControl)
When I add one after another?
Return CType(Me.Controls(.Controls.Count - 1), _ myUserControl)
doesn't go.
Thanks, adh
How do I get the referebce to the last added UserControl:
Me.Controls.Add(myUserControl)
When I add one after another?
Return CType(Me.Controls(.Controls.Count - 1), _ myUserControl)
doesn't go.
Thanks, adh