I am starting to connect my program to the visual basic gui and I have a couple of questions.

1) do you have to have a command that "runs" the actual code of the program?

2) if you call a variable out of the main program will that make the program run to find the correct value?

3) how do you tie all the objects together so that it happens all the same time. EX: i hit the run button (after ive put in my inputs which ill get to later) and then a sort of console window displays and write statements that in the program but at the same time 5 or 6 variables are displayed in text boxes(the results of the program).