Space in textBox
- From: "*.dpG" <fiksno@xxxxxxxxx>
- Date: 31 Jul 2006 15:00:31 -0700
Hello
I have problem with this... In textBox I have some words with space
between for example
asdf fhhhh jjjjjkkkkk oooooo
and space is not same between all word. I try to have only word in
listBox without space (or in new array) and i try this:
----------------------------------------------------------------------------
Dim stringNeki () As String = textBox.Split(" ")
For Each stringN As String In stringNeki
If stringN <> " " Then
lstBox.Items.Add(stringN)
End If
Next
but dosen't work....
Can anybody help me, how to solve this.....
ThnX....
.
- Follow-Ups:
- Re: Space in textBox
- From: Scott M.
- Re: Space in textBox
- From: Samuel Shulman
- Re: Space in textBox
- Prev by Date: Re: Custom Attributes, Shared methods, Derived classes and reflection
- Next by Date: Re: Transparent backcolor
- Previous by thread: ToolBox Icon corruption VB2005
- Next by thread: Re: Space in textBox
- Index(es):