From the course: Visual Basic Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Run the modified code from the EXE

Run the modified code from the EXE - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

Run the modified code from the EXE

- [Narrator] My application is ready to run. I'll run it from the command prompt and from the file explorer. Over here I'll type in the name of the application. Now the application is running, so let's see what's happened. The first part of this line in green text, today is dot dot dot, that comes from this line here. Console.write, then the yellow Wednesday comes from these two lines of code. Then we reset the color. And you'll see there's a blinking cursor here on this new line, that's from the console.read. It's waiting for the user to enter some text and your signal that you're done entering the text by pressing the enter key on the keyboard. Well since this is the last line of code in my application, pressing enter will cause the code to run to end sub, and that will terminate the application, like this. Now you see that the prompt returns in the command window. This is more useful over here for this app when you…

Contents