
Signature
Tim Wilson
.Net Compact Framework MVP
Yes it does except that that I'd like to have the computer make the
MessageBox "beep" when the user attempts to exceed Maxlength.
I guess I looked in detail at the "Control" properties but not the "TextBox"
or "ComboBox" ones. Pretty embarassing. Thanks for the tip.
BBM
> Does the "MaxLength" property work in your situation?
>
[quoted text clipped - 8 lines]
> >
> > BBM
Tim Wilson - 25 Feb 2005 16:00 GMT
Do you mean simply make a sound through the speaker to indicate to the user
that no more text may be entered? If that is the case, then the TextBox and
ComboBox should do that already.

Signature
Tim Wilson
.Net Compact Framework MVP
> Yes it does except that that I'd like to have the computer make the
> MessageBox "beep" when the user attempts to exceed Maxlength.
[quoted text clipped - 16 lines]
> > >
> > > BBM