Click here to Skip to main content
15,888,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to change the shape of button in c# Pin
Nofar Gutman18-Apr-13 10:35
Nofar Gutman18-Apr-13 10:35 
GeneralRe: how to change the shape of button in c# Pin
Eddy Vluggen18-Apr-13 10:46
professionalEddy Vluggen18-Apr-13 10:46 
AnswerRe: how to change the shape of button in c# Pin
Bernhard Hiller18-Apr-13 21:47
Bernhard Hiller18-Apr-13 21:47 
QuestionCapturing GPS data in C#.Net Pin
Sanjay K. Gupta18-Apr-13 3:12
professionalSanjay K. Gupta18-Apr-13 3:12 
SuggestionRe: Capturing GPS data in C#.Net Pin
Richard MacCutchan18-Apr-13 4:29
mveRichard MacCutchan18-Apr-13 4:29 
AnswerRe: Capturing GPS data in C#.Net Pin
Bernhard Hiller18-Apr-13 21:50
Bernhard Hiller18-Apr-13 21:50 
QuestionCount the unique number of words inside a string builder(Not letters...Words)) Pin
kanamala subin18-Apr-13 2:36
kanamala subin18-Apr-13 2:36 
AnswerRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
DaveyM6918-Apr-13 2:45
professionalDaveyM6918-Apr-13 2:45 
Probably not very efficient:

Get the string by calling ToString(). Split by space to get an arry of words. You can then use Distinct to get unique words and/or Select to get a specific word
Dave

Binging is like googling, it just feels dirtier.
Please take your VB.NET out of our nice case sensitive forum.
Astonish us. Be exceptional. (Pete O'Hanlon)

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)



AnswerRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Andreas X18-Apr-13 2:47
professionalAndreas X18-Apr-13 2:47 
AnswerRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Clifford Nelson18-Apr-13 5:09
Clifford Nelson18-Apr-13 5:09 
GeneralRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Jasmine250118-Apr-13 6:34
Jasmine250118-Apr-13 6:34 
GeneralRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Eddy Vluggen18-Apr-13 10:04
professionalEddy Vluggen18-Apr-13 10:04 
GeneralRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Jasmine250118-Apr-13 11:34
Jasmine250118-Apr-13 11:34 
GeneralRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Eddy Vluggen18-Apr-13 11:43
professionalEddy Vluggen18-Apr-13 11:43 
GeneralRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Jasmine250118-Apr-13 11:54
Jasmine250118-Apr-13 11:54 
AnswerRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
PIEBALDconsult18-Apr-13 17:51
mvePIEBALDconsult18-Apr-13 17:51 
AnswerRe: Count the unique number of words inside a string builder(Not letters...Words)) Pin
Marc Clifton19-Apr-13 14:25
mvaMarc Clifton19-Apr-13 14:25 
GeneralOptimizing Fibonacci Calculation Pin
Max Holder18-Apr-13 2:33
professionalMax Holder18-Apr-13 2:33 
GeneralRe: Optimizing Fibonacci Calculation Pin
OriginalGriff18-Apr-13 2:51
mveOriginalGriff18-Apr-13 2:51 
GeneralRe: Optimizing Fibonacci Calculation Pin
Max Holder18-Apr-13 2:53
professionalMax Holder18-Apr-13 2:53 
GeneralRe: Optimizing Fibonacci Calculation Pin
OriginalGriff18-Apr-13 2:57
mveOriginalGriff18-Apr-13 2:57 
GeneralRe: Optimizing Fibonacci Calculation Pin
Max Holder18-Apr-13 2:59
professionalMax Holder18-Apr-13 2:59 
AnswerRe: Optimizing Fibonacci Calculation Pin
Kenneth Haugland18-Apr-13 3:06
mvaKenneth Haugland18-Apr-13 3:06 
GeneralRe: Optimizing Fibonacci Calculation Pin
Max Holder18-Apr-13 3:14
professionalMax Holder18-Apr-13 3:14 
GeneralRe: Optimizing Fibonacci Calculation Pin
Kenneth Haugland18-Apr-13 3:23
mvaKenneth Haugland18-Apr-13 3:23 

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.