HI,
I have a textbox and I want to use the .lines property so on a button click, I have:
However, .lines is not recognised as a property for txtDesc. txtDesc is allow set to multline =true.
How do I make it so that txtDesc.lines would work???
PS Im using Windows Mobile Developer Device Kit with VB 2005
I have a textbox and I want to use the .lines property so on a button click, I have:
| Code: |
|
Dim Sentence As String For Each Sentence In txtDesc.lines .... Next |
However, .lines is not recognised as a property for txtDesc. txtDesc is allow set to multline =true.
How do I make it so that txtDesc.lines would work???
PS Im using Windows Mobile Developer Device Kit with VB 2005
