Home All Groups Group Topic Archive Search About
Author
30 Jun 2005 4:42 PM
John
Hi

How can one change a textbox's content to mixed case (first letter of each
word cap, rest small) in vb.net?

Thanks

Regards

Author
30 Jun 2005 5:01 PM
Cor Ligthert
John,

This is one of the great methods that are in the visualbasic namespace
..
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vafctstrconv.asp

I hope this helps,

Cor
Author
30 Jun 2005 5:43 PM
Herfried K. Wagner [MVP]
"John" <John@nospam.infovis.co.uk> schrieb:
> How can one change a textbox's content to mixed case (first letter of each
> word cap, rest small) in vb.net?

\\\
s = StrConv("hello world", VbStrConv.ProperCase)
///

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>