Beginning Microsoft Visual Basic 2008 /
This volume teaches Visual Basic .NET from first principles to code deployment. Readers will learn how to write Windows, web and mobile applications using Visual Basic 2008 and the .NET 3.5 framework. They will also learn about object-oriented programming, creating custom controls, working with data...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, IN :
Wiley Pub.,
©2008.
|
Colección: | Wrox beginning guides.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Beginning Microsoft Visual Basic 2008; About the Authors; Credits; Acknowledgments; Contents; Introduction; Who Is This Book For?; What Does This Book Cover?; What Do I Need to Run Visual Basic 2008?; Conventions; Source Code; Errata; p2p.wrox.com; Chapter 1: Welcome to Visual Basic 2008; Event-Driven Programming; Installing Visual Basic 2008; The Visual Basic 2008 IDE; Creating a Simple Application; Using the Help System; Summary; Exercise; Chapter 2: The Microsoft .NET Framework; Microsoft's Reliance on Windows; Writing Software for Windows; Common Language Runtime
- The Common Type System and Common Language SpecificationSummary; Chapter 3: Writing Software; Information and Data; Working with Variables; Comments and Whitespace; Data Types; Storing Variables; Methods; Summary; Exercises; Chapter 4: Controlling the Flow; Making Decisions; The If Statement; Select Case; Loops; Summary; Exercises; Chapter 5: Working with Data Structures; Understanding Arrays; Understanding Enumerations; Understanding Constants; Structures; Working with ArrayLists; Working with Collections; Building Lookup Tables with Hashtable; Advanced Array Manipulation; Summary; Exercises
- Chapter 6: Extensible Application Markup Language (XAML)What Is XAML?; XAML Syntax; Windows Presentation Foundation; Summary; Exercise; Chapter 7: Building Windows Applications; Responding to Events; Building a Simple Application; Creating More Complex Applications; Using Multiple Forms; Summary; Exercises; Chapter 8: Displaying Dialog Boxes; The MessageBox Dialog Box; The OpenDialog Control; The SaveDialog Control; The FontDialog Control; The ColorDialog Control; The PrintDialog Control; The FolderBrowserDialog Control; Summary; Exercises; Chapter 9: Creating Menus
- Understanding Menu FeaturesCreating Menus; Context Menus; Summary; Exercise; Chapter 10: Debugging and Error Handling; Major Error Types; Debugging; Error Handling; Summary; Exercises; Chapter 11: Building Objects; Understanding Objects; Building Classes; Reusability; Designing an Object; Constructors; Inheritance; Objects and Structures; The Framework Classes; Summary; Exercises; Chapter 12: Advanced Object-Oriented Techniques; Building a Favorites Viewer; An Alternative Favorite Viewer; Using Shared Properties and Methods; Understanding Object-Oriented Programming and Memory Management