Wiley 978-0-470-19134-7 Datasheet

Browse online or download Datasheet for Software manuals Wiley 978-0-470-19134-7. Wiley Beginning Microsoft Visual Basic 2008 User Manual

  • Download
  • Add to my manuals
  • Print
  • Page
    / 24
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 0
1
Welcome to
Visual Basic 2008
This is an exciting time to enter the world of programming with Visual Basic 2008 and Windows
Vista. Windows Vista represents the first Windows operating system upgrade since Windows XP
was first released in 2002. A lot has changed in the Windows user interface and Visual Basic 2008
makes it easy to write professional - looking Windows applications as well as web applications and
web services. Haven t upgraded to Windows Vista yet? No worries, Visual Basic 2008 also allows
you to write professional - looking applications for Windows XP as well.
The goal of this book is to help you use the Visual Basic 2008 programming language, even if you
have never programmed before. You will start slowly and build on what you have learned in
subsequent chapters. So take a deep breath, let it out slowly, and tell yourself you can do this.
No sweat! No kidding!
Programming a computer is a lot like teaching a child to tie his shoes. Until you find the correct
way of giving the instructions, not much is accomplished. Visual Basic 2008 is a language you can
use to tell your computer how to do things. But, like a child, the computer will understand only if
you explain things very clearly. If you have never programmed before, this sounds like an arduous
task, and sometimes it can be. However, Visual Basic 2008 gives you an easy - to - use language to
explain some complex tasks. Although it never hurts to have an understanding of what is
happening at the lowest levels, Visual Basic 2008 frees the programmer from having to deal with
the mundane complexities of writing Windows applications. You are free to concentrate on solving
real problems.
Visual Basic 2008 helps you create solutions that run on the Microsoft Windows operating systems,
such as Windows Vista, Windows Server 2008, and Windows Mobile 6. If you are looking at this
book, you might have already felt the need or desire to create such programs. Even if you have
never written a computer program before, as you progress through the Try It Out exercises in this
book, you will become familiar with the various aspects of the Visual Basic 2008 language, as well
as its foundations in the Microsoft .NET Framework. You will find that it is not nearly as difficult
as you had imagined. Before you know it, you will feel quite comfortable creating a variety of
different types of programs with Visual Basic 2008.
c01.indd 1c01.indd 1 4/2/08 5:17:02 PM4/2/08 5:17:02 PM
COPYRIGHTED MATERIAL
Page view 0
1 2 3 4 5 6 ... 23 24

Summary of Contents

Page 1 - COPYRIGHTED MATERIAL

1 Welcome to Visual Basic 2008 This is an exciting time to enter the world of program

Page 2 - Event - Driven Programming

10Chapter 1: Welcome to Visual Basic 2008 The next group of icons is for editing (Cut, Copy, and Paste). The next icon is for finding and replacing it

Page 3

Chapter 1: Welcome to Visual Basic 200811Figure 1-7Visual Studio 2008 allows you to target your application to a specific version of the Microsoft .NE

Page 4

12Chapter 1: Welcome to Visual Basic 2008the top) and dragging it to a new location. The windows in the IDE can float (stand out on their own) or be

Page 5

Chapter 1: Welcome to Visual Basic 200813Next you’ll give your form a name and set a few properties for it.1. Change the name of your form to somethi

Page 6

14Chapter 1: Welcome to Visual Basic 2008Figure 1-104. Right now, the title (Text property) of your form (displayed in the bar at the top) is Form1.

Page 7 - The Profile Setup Page

Chapter 1: Welcome to Visual Basic 200815 The Toolbox contains a Node type view of the various controls and components that can be placed onto your fo

Page 8 - The Menu

16Chapter 1: Welcome to Visual Basic 2008the control looks like after you place it on the form. To move it, click the dotted border and drag it to the

Page 9 - The Toolbars

Chapter 1: Welcome to Visual Basic 2008176. In the bottom left corner of the form, add a Button control in exactly the same manner as you added the l

Page 10 - Try It Out

18Chapter 1: Welcome to Visual Basic 2008 Now before you finish your sample application, let us briefly discuss some coding practices that you should

Page 11

Chapter 1: Welcome to Visual Basic 200819 The Code Editor Now that you have the HelloUser form defined, you have to add some code to make it actuall

Page 12

2Chapter 1: Welcome to Visual Basic 2008 Visual Basic 2008 can also be used to create web applications and web services as well as mobile applications

Page 13 - HelloUser.vb

20Chapter 1: Welcome to Visual Basic 2008As a result of the typographic constraints in publishing, it is not possible to put the Sub declaration on on

Page 14 - The Toolbox

Chapter 1: Welcome to Visual Basic 200821Figure 1-185. Now click the Start button on the toolbar. You will notice a lot of activity in the Output win

Page 15

22Chapter 1: Welcome to Visual Basic 20087. After you close the message box by clicking the OK button, click the Exit button on your form. The applic

Page 16 - Name property to txtName

Chapter 1: Welcome to Visual Basic 200823 Using the Help System The Help system included in Visual Basic 2008 is an improvement over the Help system

Page 17 - Name property

24Chapter 1: Welcome to Visual Basic 2008 The other help commands in the Help menu (Search, Contents, and Index), function just as they would in any o

Page 18 - Visual Basic 2008

Chapter 1: Welcome to Visual Basic 20083 Visual Basic has also been extensible from the very beginning. Third - party vendors quickly saw the market

Page 19 - The Code Editor

4Chapter 1: Welcome to Visual Basic 2008default installation options for most environments. So, regardless of which edition you are installing, the in

Page 20

Chapter 1: Welcome to Visual Basic 200854. The third step in the installation process is the license agreement. Read the license agreement and then s

Page 21

6Chapter 1: Welcome to Visual Basic 20087. Once the installation has been completed, you will be presented with a dialog box informing you of the sta

Page 22 - How It Works

Chapter 1: Welcome to Visual Basic 20087If you have the spare hard drive space, it is a very good idea to install the full documentation. That way you

Page 23 - Using the Help System

8Chapter 1: Welcome to Visual Basic 2008 The Menu By now, you may be eager to start writing some code. Begin your exploration of the IDE by looking

Page 24 - Exercise

Chapter 1: Welcome to Visual Basic 20089❑ Project: The Project menu allows you to add various files to your application such as forms and classes

Comments to this Manuals

No comments