Click here to Skip to main content
15,895,667 members

Comments by h7h7h7 (Top 63 by date)

h7h7h7 12-Oct-13 4:46am View    
if there in a text are other word except good show all.....ok a write good in text box and than all the word that are next show me......good can be every where in a text......I am new in C#...and the problem seems to be not so difficult
h7h7h7 12-Oct-13 3:22am View    
Andi, I dont have rules. I open e text file in a rich box(now I can see a text). Near to rich box, I put a text boxt to write a word that is in a text, then I put button and all I want is when I click it if a word was ''very'', then application should reply me what is next word..

I write a code to find double word e.x Hi Andi, are you, why not....etc...but I am blocked in a problem above, from one given word, to find wich next...if you want i can write my code for finding double word, maybe it could give you an Idea.
h7h7h7 12-Oct-13 3:09am View    
Hi Andi, Ok how you so can make this solution, any Idea.
h7h7h7 8-May-12 8:21am View    
it is ok man, I solved it using orderByDescending ....

thnx a lot
h7h7h7 8-May-12 8:05am View    
thnx it work but they are grouping from small value to high value like that:
AAA[1]
BBB[2]
CCC[3]

what should I change in code to group from high value to small value like that:
CCC[3]
BBB[2]
AAA[1]


thankyou so much