pmrMichael
New member
- Joined
- May 20, 2008
- Messages
- 2
- Programming Experience
- 1-3
How would you take a control named something like
axBizTocSock
and declare it like this
Its a control for Signing on to aim and I want to let it sign on more than one screen name at the same time for bots.
I'm sure there's a more efficient way than to copy the control many times and still not have enough.
axBizTocSock
and declare it like this
VB.NET:
Dim axBizTocSock(5) As axBizTocSock
Its a control for Signing on to aim and I want to let it sign on more than one screen name at the same time for bots.
I'm sure there's a more efficient way than to copy the control many times and still not have enough.