View Single Post
  #1 (permalink)  
Old 12-02-2008, 3:48 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 displaying info within a loop

Hi all

Can I please get some help on some basic coding.

The user Pushes a button on the form.
A 'For loop' begins at i=0
Textbox2 is set to display some information within the loop
Then it goes onto the next i. Again Textbox2 displays new information.

How do you go about doing this?

Many Thanks
Hscorpio
Reply With Quote