Special editor control.

newguy

Well-known member
Joined
Jun 30, 2008
Messages
611
Location
Denver Co, USA
Programming Experience
1-3
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...
 
Last edited:
I got it folks, so expose the property and call the control via a new instance in the base class and then call the property in the event where the code is needed during the expression or something like that. Cool effect...
 
Back
Top