T
Tinus
Hello,
I've added a UserControl to my main Form:
this.Controls.Add(UserControl1);
But how to I create an instance to this added control so that I can change
its size, location etc.?
Hope someone can help me with this.
Thanks in advance,
Tinus
I've added a UserControl to my main Form:
this.Controls.Add(UserControl1);
But how to I create an instance to this added control so that I can change
its size, location etc.?
Hope someone can help me with this.
Thanks in advance,
Tinus