Hi,
I'm facing few problem on textbox :
I got plenty of textbox which roughly 500+ and my design haven't done so it might grow. Each of the textbox is represent data received from serial port. To update textbox then i need to write the code line by line to update because the textbox name is not an array. So this will make my code become very long. Is there anyway to create textbox UI in array?
When i update the textbox by code or by ui, the event "textchanged" also will detected. I know the solution is by setting a flag to differentiate is by code or ui. But since i got plenty of textbox. Creating 500+ textchanged function will make me mad. Or is there another thing that i can use to instead of textbox?
Just for further info, my textbox is just display some ascii / numeric within 10 char length.
murnesty