9
Microsoft® Small Basic Graduating to Visual Basic Estimated time to complete this lesson: 1 hour

Graduating to visual basic

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Graduating to visual basic

Microsoft® Small Basic

Graduating to Visual Basic

Estimated time to complete this lesson: 1 hour

Page 2: Graduating to visual basic

In this lesson, you will learn about:

Introduction to Visual Basic

Exporting Small Basic programs to Visual Basic

Running your programs from Visual Basic

Graduating to Visual Basic

Page 3: Graduating to visual basic

Introduction to Visual Basic

This lesson introduces you to a new and more powerful programming environment, called Microsoft® Visual Basic.

So now that you’re a master of Small Basic, let’s see what else is out there for you to continue your fun with programming.

Page 4: Graduating to visual basic

Downloading and Installing Visual Basic

Just like Microsoft Small Basic, you can get Microsoft® Visual Basic Express Edition for free.

You can get the latest version of the free Visual Basic Expression edition at:http://www.microsoft.com/express/Windows

The installation should take about 10-15 minutes.

Page 5: Graduating to visual basic

Exporting programs from Small Basic

Once you have written a program in Small Basic, you can easily export it to run from Visual Basic.

Just click on the Graduate button on the ribbon and Small Basic will launch a wizard that will walk you through the export process.

Page 6: Graduating to visual basic

The wizard should now translate your Small Basic program into Visual Basic and then automatically launch the Visual Basic environment for you.

The Graduate Wizard

Fill in the location where you want your new Visual Basic program, and hit Continue

Page 7: Graduating to visual basic

Running the program from Visual Basic

Once you have exported your Visual Basic program, you will now see a new programming environment.

Your new environment should look similar to this.

Just click on the “Play” button on the toolbar, and your program should run just the same way as it ran from Small Basic

Page 8: Graduating to visual basic

Visual Basic is a very powerful language and environment that enables you to further your programming fun.

Learning more about Visual Basic

There are lots of resources out on the internet for learning Visual Basic.

http://msdn.microsoft.com/en-us/beginner/ is a good place to start learning about Visual Basic.

Page 9: Graduating to visual basic

Let’s Summarize…

Congratulations! Now you know how to:

Download and install Microsoft® Visual Basic

Export your Small Basic program to Visual Basic

Run the exported program using Visual Basic