M
Maxim
Hello, everybody!
I would like to simulate keybord input to a TextBox. I have tried the
following method. Created a new custom MyTextBox that inherits TextBox. The
new component contains only one additional method DoKeyPress which calls
base OnKeyPress method. I've tried to simulate keybord input by calling this
new method. But nothing apppears on the TextBox. What's wrong?
Thanks in advance.
I would like to simulate keybord input to a TextBox. I have tried the
following method. Created a new custom MyTextBox that inherits TextBox. The
new component contains only one additional method DoKeyPress which calls
base OnKeyPress method. I've tried to simulate keybord input by calling this
new method. But nothing apppears on the TextBox. What's wrong?
Thanks in advance.