- Format
- Häftad (Paperback)
- Språk
- Engelska
- Antal sidor
- 608
- Utgivningsdatum
- 2015-08-13
- Upplaga
- 1
- Förlag
- Sams Publishing
- Illustratör/Fotograf
- illustrations
- Illustrationer
- illustrations
- Dimensioner
- 229 x 188 x 33 mm
- Vikt
- Antal komponenter
- 1
- ISBN
- 9780672337451
- 1067 g
Du kanske gillar
-
Reality+
David J Chalmers
InbundenHalo Encyclopedia
Microsoft
InbundenVisual Basic 2015 in 24 Hours, Sams Teach Yourself
av James Foxall239- Skickas inom 7-10 vardagar.
- Gratis frakt inom Sverige över 199 kr för privatpersoner.
Passar bra ihop
De som köpt den här boken har ofta också köpt HTML & CSS: Design and Build Web Sites av Jon Duckett (häftad).
Köp båda 2 för 488 krKundrecensioner
Det finns 1 recension av Visual Basic 2015 in 24 Hours, Sams Teach Yourself. Har du också läst boken? Sätt ditt betyg »Fler böcker av James Foxall
-
Sams Teach Yourself Visual Basic 2012 in 24 Hours
James Foxall
In just 24 sessions of one hour or less, you'll learn how to build complete, reliable, and modern applications with Visual Basic 2012. Using this book's straightforward, step-by-step approach, you'll master the entire process, from navigatin...
Övrig information
James Foxall is President & CEO of Tigerpaw Software, a commercial software company providing complete business automation to more than 40,000 users in 28 countries in the IT/Networking, Telecommunications, Systems Integrator, Security, and Point of Sale industries. In his current role as President and CEO, James provides the vision and management to keep Tigerpaw focused on its customers and properly serving its markets. James has a Masters degree in Business Administration and a BS degree in Management of Information Systems. Devoted to creating better businesses through technology, James has written 15 books, which have been published in over a dozen languages around the world. He is considered an authority on business process improvement and application interface and behavior standards of Windows applications, and serves the business community as an international speaker on automating business processes in the SMB environment."
Innehållsförteckning
Introduction . . . . . . . . . . . . . xvii
Part I: The Visual Basic 2015 Environment
Hour 1: Jumping in with Both Feet: A Visual Basic 2015 Programming Tour . 1
Starting Visual Basic 2015 . . . . . . . . . . 2
Creating a New Project . . . . . . . . . . 3
Understanding the Visual Studio 2015 Environment . . . . . 6
Changing the Characteristics of Objects . . . . . . . 7
Adding Controls to a Form. . . . . . . . . 13
Designing an Interface . . . . . . . . . . 15
Writing the Code Behind an Interface. . . . . . . 20
Running a Project . . . . . . . . . . . 24
Summary . . . . . . . . . . . . 27
Q&A . . . . . . . . . . . . . 28
Workshop. . . . . . . . . . . . 28
Exercises. . . . . . . . . . . . . 29
Hour 2: Navigating Visual Basic 2015 . . . . . . . . 31
Using the Visual Basic 2015 Start Page . . . . . . . 31
Navigating and Customizing the Visual Basic Environment . . . 34
Working with Toolbars . . . . . . . . . . 40
Adding Controls to a Form Using the Toolbox . . . . . . 41
Setting Object Properties Using the Properties Window . . . . 43
Managing Projects . . . . . . . . . . . 50
A Quick-and-Dirty Programming Primer. . . . . . . 57
Getting Help. . . . . . . . . . . . 59
Summary . . . . . . . . . . . . 60
Q&A . . . . . . . . . . . . . 60
Workshop. . . . . . . . . . . . 61
Exercises. . . . . . . . . . . . . 61
Hour 3: Understanding Objects and Collections . . . . . . 63
Understanding Objects . . . . . . . . . . 64
Understanding Properties. . . . . . . . . . 64
Understanding Methods. . . . . . . . . . 72
Building a Simple Object Example Project . . . . . . . 73
Understanding Collections . . . . . . . . . 79
Using the Object Browser . . . . . . . . . . 82
Summary . . . . . . . . . . . . 84
Q&A . . . . . . . . . . . . . 84
Workshop. . . . . . . . . . . . 85
Exercises. . . . . . . . . . . . . 85
Hour 4: Understanding Events . . . . . . . . . . 87
Understanding Event-Driven Programming . . . . . . 87
Building an Event Example Project . . . . . . . . 97
Keeping Event Names Current . . . . . . . . 103
Summary . . . . . . . . . . . . 103
Q&A . . . . . . . . . . . . . 104
Workshop. . . . . . . . . . . . 104
Exercises. . . . . . . . . . . . 105
Part II: Building a User Interface
Hour 5: Building Forms: The Basics . . . . . . . . 107
Changing a Forms Name . . . . . . . . . 108
Changing a Forms Appearance . . . . . . . . 109
Showing and Hiding Forms . . . . . . . . . 122
Summary . . . . . . . . . . . . 128
Q&A . . . . . . . . . . . . . 128
Workshop. . . . . . . . . . . . 129
Exercises. . . . . . . . . . . . 130
Hour 6: Building Forms: Advanced Techniques . ...