newguy
Well-known member
Hi All, I have a User Control which is a textbox and group of buttons 0-9 that enter numbers into the textbox that correspond with the buttons clicked, my question is: How can I set it up so when the User clicks an editable textbox(the ones I determine are editable - in the main form) the User Control opens and whatever numbers they clicked_on will be placed into the textbox and I want that number to be placed into the textbox on the main form? I am trying to figure out the relationship in code. Any ideas? Kinda like a popup keyboard.
This control is added to a form built at runtine by the click_event of a textbox.
Thanks...
This control is added to a form built at runtine by the click_event of a textbox.
Thanks...
Last edited: