web
newsgroups
Home
All Groups
Group
Topic
Archive
Search
About
Case conversion
microsoft.public.dotnet.languages.vb
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
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
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/>
Other interesting topics
System.Web.Mail.Smtp namespace
INI or XML
Adding desktop shortcuts and start program entries
Get names of opened windows and their process name
manged alternative to get the complete text from each open window
How to convert this code from C# to VB.NET?
Intellisense question
ApplicationDomains
is there way to send email throught outlook express without mapi controls ?
reference dependency warnings during build
Privacy Policy
|
Advertise on this website
related:
IT programming
PC programming
Tech programming
SQL programming
MS programming
Code programming