
Another Simple Question: Formatting
You can manipulate textbox entry in a couple of ways:
1) Putz around with UCase$ and LostFocus. (yuck)
- or -
2) Do it the right way using the built-in capabilities of the control.
See Randy Birch's example at:
http://www.mvps.org/vbnet/code/textapi/txstyles.htm
--
Tim Rude
(remove NOSPAM. for correct email address)
[Please reply via the newsgroup so all can benefit]
Quote:
> In a form I have a textbox say txtSerial, how can I force the letters in
> txtSerial to all turn to CAPITAL LETTERS while the use is typing or on the
> LostFocus event.
> Thanks in advance