Take a look at these:
http://groups-beta.google.com/group/...rch+this+group
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
"elena" <(E-Mail Removed)> wrote in message
news:112A3CD8-9E00-4AA3-905F-(E-Mail Removed)...
> Hi, All
> Is it possible to convert input in the TextBox to Upper case, something
> similare like in VB.6
> Private Sub TextBox1_KeyPress(KeyAscii as Integer)
> KeyAscii = Asc(UCase(Chr(KeyAscii)))
> End sub
> I need to display all input in Upper Case for the user during the typing
> process.
> Please, advice
>
> elena