How to pause a loop to insert information and resume in Visual Basic 2008

Joined
Apr 28, 2010
Messages
1
Reaction score
0
I am trying to figure out how to pause a loop in Visual Basic 2008 so that more information can be added in a text box and then use a button to resume the loop to read the next record. I think I can do this using an Input box, but I would like to be able to provide a text box on the form for user input and then have a button on the form to start the loop again to read the next record. I thought I could do this using a boolean value in a variable with an If statement and then have the button change the value, but I don't know how to call the button from inside the loop. I appreciate any advice.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top