winforms - Using programatically created CheckBoxes in Windows Form [C#] -


for example, array of checkboxes:

        checkbox[] faults = new checkbox[20]; 

now how place these in form , link them array name?

thanks.

how that:

yourform.controls.addrange(faults); 

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -