Hi all
I just want to create a user control with a text property. That control will have a text box in it. When I use that control I want the first time to display the NEW name of the control. example when you put a text box on a form it displays textbox1 and another one textbox2. How can I do that to my user control on
VB.NET?
Thanks in advance
Leonidas