Microsoft Visual Basic 2010 Step by Step eBook
Chapter 1 Exploring the Visual Studio Integrated Development Environment 33 is a setting that requires you to declare a variable ...
34 Part I Getting Started with Microsoft Visual Basic 2010 Exit Visual Studio Save any changes you’ve made to your program by c ...
Chapter 1 Exploring the Visual Studio Integrated Development Environment 35 To Do This Switch between active files Hold down the ...
...
37 Chapter 2 Writing Your First Program After completing this chapter, you will be able to: n Create the user interface for a ne ...
38 Part I Getting Started with Microsoft Visual Basic 2010 Programming Steps The Lucky Seven user interface contains two buttons ...
Chapter 2 Writing Your First Program 39 application project in this exercise, this dialog box is also the gateway to other types ...
40 Part I Getting Started with Microsoft Visual Basic 2010 In the Name text box, type MyLucky7. Visual Studio assigns the name ...
Chapter 2 Writing Your First Program 41 Click the Toolbox tab to display the Toolbox window in the IDE. The Toolbox contains a ...
42 Part I Getting Started with Microsoft Visual Basic 2010 The button is named Button1 because it is the first button in the pro ...
Chapter 2 Writing Your First Program 43 Resize the button object so that it is the same size as the first button, and then move ...
44 Part I Getting Started with Microsoft Visual Basic 2010 Drag the Label4 object below the two command buttons. When you’ve f ...
Chapter 2 Writing Your First Program 45 Setting the Properties As you discovered in Chapter 1, you can change properties by sele ...
46 Part I Getting Started with Microsoft Visual Basic 2010 The Properties window lists the settings for the first button. These ...
Chapter 2 Writing Your First Program 47 Tip Using the Object list is a handy way to switch between objects in your program. You ...
48 Part I Getting Started with Microsoft Visual Basic 2010 Click the Font property, and then click the ellipsis button (the but ...
Chapter 2 Writing Your First Program 49 Click the ForeColor property in the Properties window, and then click the arrow in the ...
50 Part I Getting Started with Microsoft Visual Basic 2010 Click OK. The PayCoins photo is loaded into the picture box. Becaus ...
Chapter 2 Writing Your First Program 51 Setting the Visible property to False affects the picture box when the program runs, but ...
52 Part I Getting Started with Microsoft Visual Basic 2010 Writing the Code Now you’re ready to write the code for the Lucky Sev ...
«
1
2
3
4
5
6
7
8
9
10
»
Free download pdf