Custom cursor and typeover text box

33 Views Asked by At

enter image description here

I need a text box and cursor so that I can type over existing image numbers as shown in this picture.

2

There are 2 best solutions below

0
SSS On
  1. Add a TextBox.
  2. Set Property Multiline to True
  3. Set Font to Consolas
  4. Set WordWrap to False
  5. (optional) Set ScrollBars to Both

I'm not sure how to enable text overwrite when typing. Maybe someone else knows?

1
Mike On

Press the Insert Key on your keyboard. Use the arrow keys to navigate.

Done.

Unless you want to handle Keystroke events in your application, there is no other way.