I'm building an application in C# in Visual Studio 2005. I have a form that has around 1500 check boxes. is there a way to have variables generated based on the check box text? Because I don't feel like writing that all out by hand. Also is there a more efficient way to make a form application such as writing it out in the designer? I'm a perfectionist, and I feel like the code generated is messy and uses a log of unneeded expressions, it's killing me.
Lastly is there any stand way of write variables like I know text boxes people usually call it txtfName... or lstbox etc but if I have a check box with long value, how do pros do it?
Lastly is there any stand way of write variables like I know text boxes people usually call it txtfName... or lstbox etc but if I have a check box with long value, how do pros do it?