Microsoft® Visual Basic® 2005 Step by Step
Whether you are new to programming or to Visual Basic 2005, this tutorial gives you practical guidance to build your programming knowledge. Use the real-world exercises to teach yourself the essentials of Visual Basic-and begin creating applications for Microsoft Windows and the Web. Discover how...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol :
Microsoft Press
2005.
|
Edición: | 3rd ed |
Colección: | Step by step
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627333406719 |
Tabla de Contenidos:
- Cover; Copyright Page; Dedication; Table of Contents; Acknowledgments; Introduction; What is Visual Basic 2005?; Visual Basic .NET Versions; Finding Your Best Starting Point in This Book; System Requirements; Prerelease Software; Installing and Using the Practice Files; Installing the Practice Files; Using the Practice Files; Uninstalling the Practice Files; Conventions and Features in This Book; Conventions; Other Features; Upgrading Visual Basic 6 Programs; Helpful Support Links; Visual Studio 2005 Software Support; Online Companion Content; Microsoft Press Web Site; Support for this Book
- Questions and CommentsPart I: Getting Started with Microsoft Visual Basic 2005; Chapter 1: Exploring the Visual Studio Integrated Development Environment; The Visual Studio Development Environment; The Visual Studio Tools; The Designer; Running a Visual Basic Program; The Properties Window; Moving and Resizing the Programming Tools; Moving and Resizing Tool Windows; Docking Tool Windows; Hiding Tool Windows; Opening a Web Browser Within Visual Studio; Getting Help; Two Sources for Help: Local Help Files and Online Content; Summary of Help Commands
- Customizing IDE Settings to Match Step-by-Step ExercisesSetting the IDE for Visual Basic Development; Checking Project and Compiler Settings; One Step Further: Exiting Visual Studio; Chapter 1 Quick Reference; Chapter 2: Writing Your First Program; Lucky Seven: Your First Visual Basic Program; Programming Steps; Creating the User Interface; Setting the Properties; The Picture Box Properties; Writing the Code; A Look at the Button1_Click Procedure; Running Visual Basic Applications; Sample Projects on Disk; Building an Executable File; Deploying Your Application
- One Step Further: Adding to a ProgramChapter 2 Quick Reference; Chapter 3: Working with Toolbox Controls; The Basic Use of Controls: The Hello World Program; Using the DateTimePicker Control; The Birthday Program; Controls for Gathering Input; The Input Controls Demo; Looking at the Input Controls Program Code; One Step Further: Using the LinkLabel Control; Chapter 3 Quick Reference; Chapter 4: Working with Menus, Toolbars, and Dialog Boxes; Adding Menus by Using the MenuStrip Control; Adding Access Keys to Menu Commands; Processing Menu Choices; Adding Toolbars with the ToolStrip Control
- Using Dialog Box ControlsEvent Procedures That Manage Common Dialog Boxes; One Step Further: Assigning Shortcut Keys to Menus; Chapter 4 Quick Reference; Part II: Programming Fundamentals; Chapter 5: Visual Basic Variables and Formulas, and the .NET Framework; The Anatomy of a Visual Basic Program Statement; Using Variables to Store Information; Setting Aside Space for Variables: The Dim Statement; Using Variables in a Program; Using a Variable to Store Input; Using a Variable for Output; Working with Specific Data Types; Constants: Variables That Don't Change
- Working with Visual Basic Operators