Click here to Skip to main content
16,011,754 members

Comments by mamali80 (Top 3 by date)

mamali80 18-Dec-11 9:52am View    
Thank you very much for clear explanation, you right there is no way to keep virtual keyboard in the same application because of the focusing problem. As you said if I know the target textbox I can do this, so what I am going to do is declare textbox on the form (“Textbox Mytextbox;”) and I will assign the target textbox to this in textbox “Enter” event. It is not very clean solution. But I think it will solve my problem.
mamali80 17-Dec-11 18:55pm View    
Great, thanks for the info, the problem is I need to make a keyboard which is reused many times in the single form and I don't want to have virtual keyboard in an extra form. That’s why I have chosen the user control. Do you know what other method can i use to achieve this?
mamali80 17-Dec-11 18:39pm View    
hi very sorry, this is a first time i am posting in this forum, the application I am working on is on c#.