DDT style app.
I am dynamically creating up to 81 Graphic Controls at runtime.
I am using them to store chars.
I want to update the graphic control’s text to whatever char the user pressed on the keyboard.
What is the best way to do it?
------------------
I am dynamically creating up to 81 Graphic Controls at runtime.
I am using them to store chars.
I want to update the graphic control’s text to whatever char the user pressed on the keyboard.
What is the best way to do it?
------------------
Comment