Groups | Blog | Home
all groups > dotnet general > april 2005 >

dotnet general : concatenate then carriage return


Mike
4/23/2005 9:18:46 AM
Hey guys! Is there anyway to concatenate then do a carriage return in a list
box?

I'm trying to piece multiple pieces of text together and put it into a list
box.

I'm trying to get my listbox to look like this

Number One
Number Two
so on...

For example:

Dim tDesc As String
If oTop = "Number One" Then

tDesc = tDesc & "Number One"

End If

If sTopp = "Number Two" Then

tDesc = tDesc & "Number Two"

End If

Thanks for any help or recomendations!!



Mike







Supra
4/23/2005 7:27:57 PM
use listbox1.item.addrange(........ )

[quoted text, click to view]
AddThis Social Bookmark Button