#257880 - 08/06/200509:11Re: Contents of variables to modify controls (C#)
[Re: drakino]
andym carpal tunnel
Registered: 17/01/2002
Posts: 3996
Loc: Manchester UK
I don't know about C# but if I had a bunch of controls in Qt I wanted to address logically I usually just use an array of pointers which I populate during the creation/construction phase of the window.