Wiley 978-0-7645-9573-8 Datasheet

Browse online or download Datasheet for Software manuals Wiley 978-0-7645-9573-8. Wiley Wrox's Visual Basic 2005 Express Edition Starter Kit User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 14
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
1
Basic Installation
Ever wondered where Basic came from? Much maligned but still the most popular programming
language in the world, the Basic language has enjoyed a colorful past and many evolutions to get
where it is today. In this chapter, you’ll discover the origins of this powerful programming lan-
guage. You’ll install Visual Basic 2005 Express Edition along with the supporting applications and
frameworks you’ll need to write programs effectively. And finally, yes, you will indeed write your
first program.
By the time you hit the end of this chapter, you’ll be familiar with how Visual Basic is put together
and be ready to create programming projects that will form the basis for all of your solutions from
here on out.
In this chapter, you learn about the following:
The history of Visual Basic as a language
Installing Visual Basic Express and its dependencies
Creating your first program
Where Did Basic Come From?
If you tell friends or work colleagues who are experienced in programming that you’re going to
learn Visual Basic, there is a good chance that they’ll look at you with a question in their eyes. That
questioning glare is usually an indicator that they’re in what I call the “other half” of the program-
ming world. This is the group of programmers who still believe that Basic is not a real program-
ming language, and should be reserved for people who don’t know how to write a “real” program.
If this happens to you, just look at them and smile. For while Basic has indeed had a rocky history,
the last couple of versions of Visual Basic rival the best alternatives in development, and with
Visual Basic 2005 Express’s extra features that make it even easier to create full-blown solutions,
not only will your programs be able to achieve the same results as the best professional coder, but
you will also be able to do it in less time much less time.
05_595733 ch01.qxd 12/1/05 1:34 PM Page 3
COPYRIGHTED MATERIAL
Page view 0
1 2 3 4 5 6 ... 13 14

Summary of Contents

Page 1 - COPYRIGHTED MATERIAL

1Basic InstallationEver wondered where Basic came from? Much maligned but still the most popular programminglanguage in the world, the Basic language

Page 2 - And Then Came Visual Basic

5. Double-click the button on the form and the IDE will automatically open the code window forthis form. It will then create the necessary code to exe

Page 3 - The Old and the New

To show you that this simplicity extends well beyond the age-old Hello World program, I can show youhow to create a simple web browser. The intention

Page 4 - Let’s Get Started

4. Now that you’re done with design, all you need to do is add the code to make the button reactwhen clicked. Just as you did in the previous Try It O

Page 5 - What It Looks Like

SummaryCreating programs using Visual Basic 2005 Express is an immensely rewarding process. When you needto write only a couple of lines of code to ac

Page 6

05_595733 ch01.qxd 12/1/05 1:34 PM Page 16

Page 7 - The Major Components

However, to be fair, this section provides a quick rundown of where Visual Basic Express came from, justso you know how far it has come. You’ll learn

Page 8

Subsequent versions of Visual Basic introduced database support (ODBC in VB2, and Jet in VB3) and theability to create your own add-ins and classes (i

Page 9 - Your First Program

Let’s Get StartedObviously, before you do anything else, you’re going to need to install Visual Basic Express on yourcomputer. Microsoft has fine-tune

Page 10 - That Was Too Easy

The only exception would be if you already have SQL Server installed on your system. In thatcase, you could use the existing installation for any data

Page 11 - Basic Installation

To better describe the environment, and to start setting it up in a way that will be useful to following theexamples in this book, move your mouse ove

Page 12 - Chapter 1

Figure 1-3The Major ComponentsNow that the main components of the IDE are visible (and you have even used some!) it’s time to tellyou what each sectio

Page 13 - Exercises

The objects are grouped into logical sections based on function. By default, you’ll find the WindowsForms section is expanded and contains many common

Page 14

Your First ProgramYou’re actually well on the way to creating your first program in Visual Basic 2005 Express. Earlier in thechapter, you created a Wi

Comments to this Manuals

No comments