Hi all !!!
How could I set the name of the control so when the user insert my control in a form, it´s name isn´t UserControl?
Thanks
Printable View
Hi all !!!
How could I set the name of the control so when the user insert my control in a form, it´s name isn´t UserControl?
Thanks
When you create the Activex control in VB, set the Name property of the control to whatever you want.
Thanks, it worked.