Click here to Skip to main content
15,911,711 members
Home / Discussions / C#
   

C#

 
GeneralRe: mynamespace.App app = new mynamespace.App() Pin
V.18-Jan-10 19:48
professionalV.18-Jan-10 19:48 
Questionc# string operation Pin
AndieDu17-Jan-10 18:14
AndieDu17-Jan-10 18:14 
AnswerRe: c# string operation Pin
Sagar Khairnar 5517-Jan-10 19:04
professionalSagar Khairnar 5517-Jan-10 19:04 
Hello All

I have code to convert the first letter of the string to capital


Public sub Text2_Lost Focus (---)
s=text2.text
l=len(s)
s=lcase(s)
text=""
m=mid(s,1,1)
text2=text2 &""& ucase(m)
for i=2 to 1
m=mid(s,i,1)
a=asc(m)
if a=32 then
i=i+1
m=mid(s,i,1)
text2=text2 & "" & ucase(m)
end if
if a<>32 then
text2=text2 & lcase(m)
end if
next
end sub

Sagar Khairnar
(Jr.Software Developer)

AnswerRe: c# string operation Pin
PIEBALDconsult17-Jan-10 19:05
mvePIEBALDconsult17-Jan-10 19:05 
GeneralRe: c# string operation Pin
AndieDu17-Jan-10 19:11
AndieDu17-Jan-10 19:11 
GeneralRe: c# string operation Pin
Abhinav S17-Jan-10 20:29
Abhinav S17-Jan-10 20:29 
GeneralRe: c# string operation Pin
OriginalGriff17-Jan-10 21:55
mveOriginalGriff17-Jan-10 21:55 
AnswerRe: c# string operation Pin
OriginalGriff17-Jan-10 21:56
mveOriginalGriff17-Jan-10 21:56 
GeneralRe: c# string operation Pin
AndieDu17-Jan-10 23:01
AndieDu17-Jan-10 23:01 
AnswerRe: c# string operation Pin
theOzLizard17-Jan-10 22:13
theOzLizard17-Jan-10 22:13 
GeneralRe: c# string operation Pin
OriginalGriff17-Jan-10 23:31
mveOriginalGriff17-Jan-10 23:31 
GeneralRe: c# string operation Pin
theOzLizard18-Jan-10 8:43
theOzLizard18-Jan-10 8:43 
GeneralRe: c# string operation Pin
PIEBALDconsult18-Jan-10 16:18
mvePIEBALDconsult18-Jan-10 16:18 
GeneralRe: c# string operation Pin
theOzLizard18-Jan-10 18:07
theOzLizard18-Jan-10 18:07 
AnswerRe: c# string operation Pin
dan!sh 17-Jan-10 23:45
professional dan!sh 17-Jan-10 23:45 
GeneralRe: c# string operation Pin
OriginalGriff18-Jan-10 0:20
mveOriginalGriff18-Jan-10 0:20 
GeneralRe: c# string operation Pin
dan!sh 18-Jan-10 0:49
professional dan!sh 18-Jan-10 0:49 
GeneralRe: c# string operation Pin
OriginalGriff18-Jan-10 1:21
mveOriginalGriff18-Jan-10 1:21 
GeneralRe: c# string operation Pin
dan!sh 18-Jan-10 3:57
professional dan!sh 18-Jan-10 3:57 
QuestionIs Anybody Can Help me Write an example of multicast use c# Thinks a lot ! Pin
SrhLj17-Jan-10 18:03
SrhLj17-Jan-10 18:03 
AnswerRe: Is Anybody Can Help me Write an example of multicast use c# Thinks a lot ! Pin
Garth J Lancaster17-Jan-10 18:57
professionalGarth J Lancaster17-Jan-10 18:57 
Questionhow to create a wrapper for r com server in C#, which involves R programming and its integration with C# . What is meant by a Rcom Wrapper??? Pin
scorpio2217-Jan-10 17:06
scorpio2217-Jan-10 17:06 
Questionneed direction to get started on app. To monitor dial-up internet Pin
Argus217-Jan-10 13:09
Argus217-Jan-10 13:09 
AnswerRe: need direction to get started on app. To monitor dial-up internet Pin
Harvey Saayman17-Jan-10 21:28
Harvey Saayman17-Jan-10 21:28 
AnswerRe: need direction to get started on app. To monitor dial-up internet Pin
Argus219-Jan-10 13:45
Argus219-Jan-10 13:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.