i currently have a Control Array, and need to give each control a specific name as the control i am using does not have this kind of property.

At the moment i just made a seperate String Array which holds the values that i want for each control.

Is it possible to assign a new property to a control so that it may be like this?

Code:
Winsock1(1).Username
(Username is not a current property of Winsock1 control)

This would make my project run a lot smoother. Any help would be greatly appreciated thank you