I have a textbox that can be edit by numpad but i can’t se the cursor when i move it left or right.
What do i do wrong. I have white letters on blue backround
Best regards klaus
I have a textbox that can be edit by numpad but i can’t se the cursor when i move it left or right.
What do i do wrong. I have white letters on blue backround
Best regards klaus
Hi Klaus.
Set the CaretVisible to true.
For example: this.textBox3.CaretVisible = true;
M Johnson
Thanks for your help