hmmm, sounds like a collection of textboxes for me. i think i've done something similar during my undergrad days. mangukay sa ko. the best solution by far is silent-kill's (conceptually). initialize teh array on load.
hmmm, sounds like a collection of textboxes for me. i think i've done something similar during my undergrad days. mangukay sa ko. the best solution by far is silent-kill's (conceptually). initialize teh array on load.
Is it possible to use reflection of textboxes?
ahh mao pud na akong latest activity bai...act pud ka noh...la pa ni na solve?
TextBox[,] TextBoxes
Code:public class form1 { TextBox[,] TextBoxes; form1_load(....) { ..... do the initialize stuff make sure you initialize the array with the new dimension } }
Similar Threads |
|