D
Daniel Bello Urizarri
Hello:
Im working on a a control that is kind of console, with three
richtextboxes, two of them readonly for output and the other one, for input
data, My problem is that whem some of the readonly have the input focus and
the user press a key, I want the input focus and the key on the input
richtextbox, but if I set the focus, the key is still sended to the readonly
richtextbox. I try using SendKeys.Send () after changing the focused
control, but I found it useless on my scenario..
¿How can this be done?
Im working on a a control that is kind of console, with three
richtextboxes, two of them readonly for output and the other one, for input
data, My problem is that whem some of the readonly have the input focus and
the user press a key, I want the input focus and the key on the input
richtextbox, but if I set the focus, the key is still sended to the readonly
richtextbox. I try using SendKeys.Send () after changing the focused
control, but I found it useless on my scenario..
¿How can this be done?