Final Project help PLEASE!!
For my project for my visual basic.net class I am taking a text box and importing a text file with some information inside it. I would like the program to do a word count, paragraph count, character count and a word count. Does anyone know what the code should look like for this or what I should count to get the number for each one. I know that for a word count I need to count the spaces between the word. I have no idea what the code should look like. I need help really bad Its due in like a week or so any help would be greatly appreciated!
Re: Final Project help PLEASE!!
Quote:
Originally posted by doro40282
For my project for my visual basic.net class I am taking a text box and importing a text file with some information inside it. I would like the program to do a word count, paragraph count, character count and a word count. Does anyone know what the code should look like for this or what I should count to get the number for each one. I know that for a word count I need to count the spaces between the word. I have no idea what the code should look like. I need help really bad Its due in like a week or so any help would be greatly appreciated!
Just search for 'word Count' on VB Forums. U will get lot of source codes.
This is for counting words in a text box. Have a look at it.
http://www.vbforums.com/showthread.p...ght=word+count