Hello Everyone, I'm doing a Project for Touch Screen.
I have Designed an ON SCREEN KEYBOARD. My Problem is that "How can i Enter Text through my On-Screen K/B????"
For Example : Suppose User Click the Button "A" on "On-Screen K/B" Form then I want "A" to be typed in TextBox of Other Form Say FrmEmployee. and this i want continous as the user clicks buttons on On-Screen Form, the Text is Typed in the textbox on FrmEmployee.
I have done so far in my project :
1) I have the Name of the Current Form Opened (Beside On-Screen K/B)
2) Name of the SetFocused TextBox on the Opened Form.
Just don't know how to put all this together in one function, so that it works fine!!!! :(
Thanks in Advance
Regards
SS