I hope this goes here but I need help coding VB to make a simple program. The program needs to take users through several URLs. I have been looking on the web and made myself a layout of how it should work.

(1)User Starts Program-->(2)User Selects Next button-->(3)URL brought up in text box of program-->(4)User selects Go button-->(5)User is taken to website page-->

and basically it goes from Step 2-5 until they have gotten through the last URL. What I am having problems with is that I can't find a way to input the URLs automatically since the user of the program won't have them. The Next button brings up the URL in the text box and then when they select the Go button, the text in the text box is sent to the URL line of the browser (Internet Explorer). That's how I want to code it to work but I don't know how.

I am a noob at VB coding although I do code HTML.