Click here to Skip to main content
15,915,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Please,pleazzzzz help me... Pin
Deema Jack10-Nov-05 21:43
Deema Jack10-Nov-05 21:43 
Questionweb service function question Pin
maxiachun9-Nov-05 17:31
maxiachun9-Nov-05 17:31 
QuestionHELP!!!!!!!- How to decompile .DLL file to get source code back???? Pin
vicky4579-Nov-05 14:30
vicky4579-Nov-05 14:30 
AnswerRe: HELP!!!!!!!- How to decompile .DLL file to get source code back???? Pin
Steve Pullan9-Nov-05 18:17
Steve Pullan9-Nov-05 18:17 
AnswerRe: HELP!!!!!!!- How to decompile .DLL file to get source code back???? Pin
rwestgraham9-Nov-05 18:27
rwestgraham9-Nov-05 18:27 
QuestionOpening a file to show number of sentences Pin
los_coronado9-Nov-05 12:11
los_coronado9-Nov-05 12:11 
AnswerRe: Opening a file to show number of sentences Pin
Steve Pullan9-Nov-05 12:27
Steve Pullan9-Nov-05 12:27 
GeneralRe: Opening a file to show number of sentences Pin
los_coronado9-Nov-05 14:16
los_coronado9-Nov-05 14:16 
Sorry, this is the first time I post a question here.
Ok, here is what I need to do. I have a text box and labels to get the number of characters, words, sentences, paragraphas in it. I want to get the number of sentences, but I keep getting one when there is no "." in it.
Here is the code
Dim pstrStringString
Dim mintWords As Integer
Dim pstrSentences() As String = Split(pstrString, "." -1)
For s As Integer = 0 To pstrSenteces.Length - 1
mintWords +=1

I have to show the number of sentences in a label when a button is click. Why do I keep gettin one even tough there is no "."
GeneralRe: Opening a file to show number of sentences Pin
Steve Pullan9-Nov-05 14:35
Steve Pullan9-Nov-05 14:35 
GeneralRe: Opening a file to show number of sentences Pin
los_coronado9-Nov-05 15:15
los_coronado9-Nov-05 15:15 
AnswerRe: Opening a file to show number of sentences Pin
Christian Graus9-Nov-05 12:53
protectorChristian Graus9-Nov-05 12:53 
Questionadding data to different rows in excel Pin
DCgamer9-Nov-05 9:23
DCgamer9-Nov-05 9:23 
AnswerRe: adding data to different rows in excel Pin
rudy.net9-Nov-05 17:49
rudy.net9-Nov-05 17:49 
QuestionEvents not firing in AXWebBrowser Control Pin
Zegoat9-Nov-05 4:23
Zegoat9-Nov-05 4:23 
Questionabout control screensaver Pin
maxiachun8-Nov-05 13:20
maxiachun8-Nov-05 13:20 
AnswerRe: about control screensaver Pin
Christian Graus8-Nov-05 13:54
protectorChristian Graus8-Nov-05 13:54 
QuestionHow can I set a web radio value Pin
Ocean Man8-Nov-05 11:07
Ocean Man8-Nov-05 11:07 
AnswerRe: How can I set a web radio value Pin
Steve Pullan8-Nov-05 11:30
Steve Pullan8-Nov-05 11:30 
GeneralRe: How can I set a web radio value Pin
Ocean Man8-Nov-05 11:48
Ocean Man8-Nov-05 11:48 
AnswerRe: How can I set a web radio value Pin
Allah On Acid8-Nov-05 16:20
Allah On Acid8-Nov-05 16:20 
AnswerRe: How can I set a web radio value Pin
Steve Pullan8-Nov-05 18:10
Steve Pullan8-Nov-05 18:10 
GeneralRe: How can I set a web radio value Pin
Ocean Man9-Nov-05 5:52
Ocean Man9-Nov-05 5:52 
GeneralRe: How can I set a web radio value Pin
Ocean Man9-Nov-05 6:07
Ocean Man9-Nov-05 6:07 
GeneralRe: How can I set a web radio value Pin
Steve Pullan9-Nov-05 11:55
Steve Pullan9-Nov-05 11:55 
QuestionImport Data From Oracle *.DMP File to SQL Server Pin
Nadeem Akhter7-Nov-05 16:02
Nadeem Akhter7-Nov-05 16:02 

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.