View Single Post
  #3 (permalink)  
Old 12-02-2008, 3:56 PM
hscorpio hscorpio is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2008
Posts: 3
Reputation: 0
hscorpio is on a distinguished programming path ahead
Default

Not hard at all if you know the answer. I guess thats why I asked.

But you'll have to dumb it down a bit more for me.

for i = 0 to x
me.textbox2.text=textbox2.text & " " & aa(i)
next i

gives me the same result as I had before I added the me. windows form bit. It goes through the loop and the user only sees what comes out at the end.
Reply With Quote