receive keyboard events by two components simultaneously
Hi.
I want when I press a key on keyboard,
two components can get this event simultaneously.
How can I do that?
For example I have two textbox. One of them is
read only and the focus is on this textbox. I want
that when I write something, second textbox can
receive my text.
thanks friends