Visual Basic 2005 with .NET 3.0 Programmer's Reference (Paperback)
暫譯: Visual Basic 2005 與 .NET 3.0 程式設計師參考手冊 (平裝本)

Rod Stephens

  • 出版商: Wrox Press
  • 出版日期: 2007-05-14
  • 售價: $1,600
  • 貴賓價: 9.5$1,520
  • 語言: 英文
  • 頁數: 1200
  • 裝訂: Paperback
  • ISBN: 0470137053
  • ISBN-13: 9780470137055
  • 相關分類: .NETVisual Basic
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Description

Visual Basic(r) 2005 with .NET 3.0
Programmer's Reference

With this completely up-to-date tutorial and reference, you'll quickly learn how to develop Visual Basic (VB) programs that leverage the latest features of Vista and .NET 3.0. The tutorial section walks you through VB.NET from scratch, providing you with in-depth descriptions of the development environment, basic program syntax, and standard controls. You'll also explore the fundamental concepts in object-oriented programming with VB.

In the comprehensive reference section, you'll find out how to take advantage of specific VB features. Expert Rod Stephens shows you how to draw images, use GDI+ routines, and generate printed output. You'll also discover how to build an application that interacts with its environment, save and load data in external sources, and use standard dialog controls. This approach makes it easier than ever to learn this powerful language and create your own dynamic programs.

What you will learn from this book

* The best methods for mastering the new features of VB.NET
*

Steps for implementing custom controls and drag and drop
*

Ways to use trickier class issues such as private class scope, declaring events, and shared variables and methods
*

Strategies for creating new classes designed to work with specific data types
*

How to define an interface using XAML
*

Techniques for building service-oriented applications using the Windows(r) Communication Foundation (WCF)

Who this book is for

This book is for programmers at all levels who are either looking to learn Visual Basic .NET or have already mastered it and want some useful tips, tricks, and language details.

Wrox Programmer's References are designed to give the experienced developer straight facts on a new technology, without hype or unnecessary explanations. They deliver hard information with plenty of practical examples to help you apply new tools to your development projects today.

 

Table of Contents

About the Author.

Acknowledgments.

Introduction.

Part I: Getting Started.

Chapter 1: IDE.

Chapter 2: Controls in General.

Chapter 3: Program and Module Structure.

Chapter 4: Data Types, Variables, and Constants.

Chapter 5: Operators.

Chapter 6: Subroutines and Functions.

Chapter 7: Program Control Statements.

Chapter 8: Error Handling.

Chapter 9: Introduction to Windows Forms Controls.

Chapter 10: Forms.

Chapter 11: Database Controls and Objects.

Chapter 12: Custom Controls.

Chapter 13: Drag and Drop, and the Clipboard.

Chapter 14: UAC Security.

Part II: Object-Oriented Programming.

Chapter 15: OOP Concepts.

Chapter 16: Classes and Structures.

Chapter 17: Namespaces.

Chapter 18: Collection Classes.

Chapter 19: Generics.

Part III: Graphics.

Chapter 20: Drawing Basics.

Chapter 21: Brushes, Pens, and Paths.

Chapter 22: Text.

Chapter 23: Image Processing.

Chapter 24: Printing.

Chapter 25: Reporting.

Chapter 26: Windows Presentation Foundation.

Part IV: Interacting with the Environment.

Chapter 27: Configuration and Resources.

Chapter 28: Streams.

Chapter 29: File-System Objects.

Chapter 30: Windows Workflow Foundation.

Chapter 31: Windows Communication Foundation.

Chapter 32: Useful Namespaces.

Part V: Appendixes.

Appendix A: Useful Control Properties, Methods, and Events.

Appendix B: Variable Declarations and Data Types.

Appendix C: Operators.

Appendix D: Subroutine and Function Declarations.

Appendix E: Control Statements.

Appendix F: Error Handling.

Appendix G: Standard Controls and Components.

Appendix H: WPF Controls.

Appendix I: Visual Basic Power Packs.

Appendix J: Form Objects.

Appendix K: Classes and Structures.

Appendix L: Generics.

Appendix M: Graphics.

Appendix N: Useful Exception Classes.

Appendix O: Date and Time Format Specifiers.

Appendix P: Other Format Specifiers.

Appendix Q: The Application Class.

Appendix R: The My Namespace.

Appendix S: Streams.

Appendix T: File-System Classes.

Index.

商品描述(中文翻譯)

**描述**

《Visual Basic(r) 2005 with .NET 3.0 程式設計師參考手冊》是一本完全更新的教程和參考書,您將快速學會如何開發利用 Vista 和 .NET 3.0 最新功能的 Visual Basic (VB) 程式。教程部分從零開始帶您了解 VB.NET,提供開發環境、基本程式語法和標準控制項的深入描述。您還將探索 VB 中物件導向程式設計的基本概念。

在全面的參考部分,您將了解如何利用特定的 VB 功能。專家 Rod Stephens 將向您展示如何繪製圖像、使用 GDI+ 程式和生成列印輸出。您還將發現如何構建與其環境互動的應用程式、在外部來源中儲存和加載數據,以及使用標準對話控制項。這種方法使學習這種強大的語言和創建您自己的動態程式變得比以往任何時候都容易。

您將從本書中學到的內容:

* 掌握 VB.NET 新功能的最佳方法
* 實現自定義控制項和拖放的步驟
* 使用更複雜的類別問題,如私有類別範圍、聲明事件和共享變數及方法的方法
* 創建與特定數據類型協作的新類別的策略
* 如何使用 XAML 定義介面
* 使用 Windows(r) 通信基礎架構 (WCF) 構建面向服務的應用程式的技術

本書適合對象:

本書適合所有級別的程式設計師,無論是希望學習 Visual Basic .NET 還是已經掌握它並想要一些有用的提示、技巧和語言細節的讀者。

Wrox 程式設計師參考手冊旨在為經驗豐富的開發人員提供新技術的直接事實,而不會有誇大或不必要的解釋。它們提供大量實用範例的硬性資訊,幫助您將新工具應用於當前的開發專案。

**目錄**

關於作者
致謝
導言
**第一部分:入門**
第 1 章:IDE
第 2 章:一般控制項
第 3 章:程式和模組結構
第 4 章:數據類型、變數和常數
第 5 章:運算符
第 6 章:子程序和函數
第 7 章:程式控制語句
第 8 章:錯誤處理
第 9 章:Windows 表單控制項介紹
第 10 章:表單
第 11 章:數據庫控制項和物件
第 12 章:自定義控制項
第 13 章:拖放和剪貼簿
第 14 章:UAC 安全性
**第二部分:物件導向程式設計**
第 15 章:OOP 概念
第 16 章:類別和結構
第 17 章:命名空間
第 18 章:集合類別
第 19 章:泛型
**第三部分:圖形**
第 20 章:繪圖基礎
第 21 章:畫筆、鋼筆和路徑
第 22 章:文本
第 23 章:圖像處理
第 24 章:列印
第 25 章:報告
第 26 章:Windows 表現基礎架構
**第四部分:與環境互動**
第 27 章:配置和資源
第 28 章:流
第 29 章:檔案系統物件
第 30 章:Windows 工作流基礎架構
第 31 章:Windows 通信基礎架構
第 32 章:有用的命名空間
**第五部分:附錄**
附錄 A:有用的控制項屬性、方法和事件
附錄 B:變數聲明和數據類型
附錄 C:運算符
附錄 D:子程序和函數聲明
附錄 E:控制語句
附錄 F:錯誤處理
附錄 G:標準控制項和元件
附錄 H:WPF 控制項
附錄 I:Visual Basic Power Packs
附錄 J:表單物件
附錄 K:類別和結構
附錄 L:泛型
附錄 M:圖形
附錄 N:有用的例外類別
附錄 O:日期和時間格式說明符
附錄 P:其他格式說明符
附錄 Q:應用程式類別
附錄 R:My 命名空間
附錄 S:流
附錄 T:檔案系統類別
索引