Here is one way you could do it.
George Shepherd's Windows Forms FAQ contains an entry entitled:
How can I place a TextBox in overwrite mode instead of insert mode?
Check it out at:
http://www.syncfusion.com/faq/winforms/search/829.asp
=============================================
Clay Burch, .NET MVP
Syncfusion, Inc.
visit
http://www.syncfusion.com for .NET Essentials
"HyperX" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> I'm not able to figure out why WinForm doesn't come with an option like
>
> TextBox.AllowOverwrite = true.
>
> The user wants to be able to overwrite the text (as in INSERT mode) in the
text box.
>
> How do I accomplish this?
>
> Regards.
>
> HyperX.