Hey all,
Need your help. I have been using VB for a long time and have recenlty switched to .NET. I writing an application which has a lot of picture boxes. What I did was name them so I could represent them like a control array.
What I want to do is to be able to call them like you could in VB6 and Access.
Me.("controlname" & count).Tag
How can you do this in VB.NET?
Thanks in advance to anyone who can help me.
Need your help. I have been using VB for a long time and have recenlty switched to .NET. I writing an application which has a lot of picture boxes. What I did was name them so I could represent them like a control array.
What I want to do is to be able to call them like you could in VB6 and Access.
Me.("controlname" & count).Tag
How can you do this in VB.NET?
Thanks in advance to anyone who can help me.