How to Set WinForms Textbox to overwrite mode

Posted by Paolo Tedesco on Stack Overflow See other posts from Stack Overflow or by Paolo Tedesco
Published on 2009-09-15T15:52:48Z Indexed on 2010/05/04 1:28 UTC
Read the original article Hit count: 499

Filed under:
|
|

Is it possible to force a textbox in a windows forms application to work in "overwrite mode", i.e. have characters replaced when the user types instead of added?
Otherwise, is there a standard way to get this behavior?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms