How can I put a textbox in overtype mode?
Using the insert key on a webform works fine, but it does not do anything on
a winform textbox.
--
Arne Garvander
Certified Geek
Professional Data Dude

RE: Insert key by AMercer

AMercer
Thu Feb 28 14:16:01 CST 2008

A RichTextBox responds to the Ins key. I don't think a TextBox does.

"Arne Garvander" wrote:

> How can I put a textbox in overtype mode?
> Using the insert key on a webform works fine, but it does not do anything on
> a winform textbox.
> --
> Arne Garvander
> Certified Geek
> Professional Data Dude

RE: Insert key by ArneGarvander

ArneGarvander
Thu Feb 28 14:23:00 CST 2008

That is wonderful. Now I need to find a way to filter out characters that I
dont want in my rich text box.
--
Arne Garvander
Certified Geek
Professional Data Dude


"AMercer" wrote:

> A RichTextBox responds to the Ins key. I don't think a TextBox does.
>
> "Arne Garvander" wrote:
>
> > How can I put a textbox in overtype mode?
> > Using the insert key on a webform works fine, but it does not do anything on
> > a winform textbox.
> > --
> > Arne Garvander
> > Certified Geek
> > Professional Data Dude