Hi, i was wondering if there was anyway to reference an object (like a textbox called "txtName1", for example) with variable strings set to "txt" and "Name" and an integer that loops through numbers. I would like to be able to access its properties (Text, Enabled, etc.) dynamically.
I just started using VisualBasic, so I don't even have a guess at how to do this. I do know that in Macromedia Flash ActionScript, it's done by putting [], like this: _root[var1 + var2 + var3].symbol, etc.
I'm using VisualBasic .NET 2003.
Thanks.
I just started using VisualBasic, so I don't even have a guess at how to do this. I do know that in Macromedia Flash ActionScript, it's done by putting [], like this: _root[var1 + var2 + var3].symbol, etc.
I'm using VisualBasic .NET 2003.
Thanks.