Visual Basic 2005 Jumpstart
暫譯: Visual Basic 2005 快速入門

Wei-Meng Lee

  • 出版商: O'Reilly
  • 出版日期: 2005-09-01
  • 售價: $800
  • 貴賓價: 9.5$760
  • 語言: 英文
  • 頁數: 216
  • 裝訂: Paperback
  • ISBN: 059610071X
  • ISBN-13: 9780596100711
  • 相關分類: Visual Basic
  • 已過版

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

相關主題

商品描述


Description:

Okay, all you VB6 developers--time's up. As of March 2005, Microsoft no longer supports this version of Visual Basic. And you can't blame them. Three years ago, they introduced the .NET Framework--an elegant, powerful platform--along with the new component-based VB.NET language. But roughly five million of you decided to stick with VB6, mostly to maintain legacy Windows and COM projects.

Now, with the upcoming release of VB 2005, Microsoft has several attractive reasons to upgrade that you'll find hard to resist, including the return of some VB6 features. And we have the perfect book to help you make the conversion: Visual Basic 2005 Jumpstart. Now, you can test-drive the beta version of VB 2005 with three hands-on projects that enable you to learn the syntax of this new language quickly.

VB 2005 not only lets you convert the bulk of your existing VB6 code, but offers several familiar features, such as compile-and-run debugging, new MyClasses that simplify use of .NET libraries and frameworks, lots of IDE support for Windows, web and mobile GUI development, and data access controls that closely resemble what you use now. The real plus is that you'll be using these features with the .NET platform, which is more secure, less complex than COM, and offers OneClick deployment.

Visual Basic 2005 Jumpstart lets you get the feel of this platform for building smart/rich Windows Forms clients, ASP.NET web applications, and web services. Author Wei-Meng Lee, a Microsoft .NET MVP, veteran O'Reilly author and frequent contributor to the O'Reilly Network, has put together three useful test-drive projects, complete with code samples, that let you develop:

  • A personal library Windows application
  • A Web-based shopping cart application
  • A stock enquiry Web Service


Our jumpstart guide is the quick, painless way to migrate from VB6 to VB 2005, and the perfect training manual for moving your organization to the more robust, dynamic and secure world of .NET.

 

Table of Contents:

Foreword

Preface

1. Introducing Visual Basic 2005

     Create the Application and Its Main Window

     Add a Menu and Toolbar

     Connect to a Database and Browse Records

     Create an Exit Dialog Box

     Handle Exit and Close Events

     Run and Debug the Application

     Inspect an Object at Runtime

     Add an About Box

     Configure the Application

     Summary

2. Programming with Visual Basic

     Data Types

     Variables

     Constants

     Strings

     Arrays

     Type Conversion

     Operators

     Statements

     Functions and Subroutines

     Error-Handling

     My Namespace

     Summary

3. Putting Object-Oriented Programming to Work

     Working with Classes and Objects

     Reusing and Customizing Classes

     Designing Your Own Classes

     Controlling How Classes Are Implemented

     Summary

4. Developing a Windows Application

     Creating the Windows Application and Building the Main Window

     Viewing Book Information Offline

     Deploying the Application

     Automatic Updating

     Summary

5. Building Web Applications

     Building the Storefront

     Creating a Shopping Cart

     Members Area

     Testing the Application

     Summary

6. Moving from VB 6 to VB 2005

     Migrate, Replace, Rewrite, or Reuse?

     Using COM Objects in VB 2005

     Upgrading VB 6 Applications

     Summary

Index

商品描述(中文翻譯)

**描述:**
好吧,所有的 VB6 開發者們,時間到了。自 2005 年 3 月起,微軟不再支援這個版本的 Visual Basic。你們也不能責怪他們。三年前,他們推出了 .NET Framework——一個優雅且強大的平台——以及新的基於元件的 VB.NET 語言。但大約有五百萬人選擇繼續使用 VB6,主要是為了維護舊有的 Windows 和 COM 專案。
現在,隨著 VB 2005 的即將發布,微軟有幾個吸引人的升級理由,你會發現難以抗拒,包括一些 VB6 功能的回歸。我們有一本完美的書來幫助你進行轉換:《Visual Basic 2005 Jumpstart》。現在,你可以透過三個實作專案來試用 VB 2005 的測試版,讓你快速學習這個新語言的語法。
VB 2005 不僅讓你能夠轉換大部分現有的 VB6 代碼,還提供幾個熟悉的功能,例如編譯和運行調試、新的 MyClasses 簡化了 .NET 函式庫和框架的使用、對 Windows、網頁和行動 GUI 開發的豐富 IDE 支援,以及與你現在使用的數據訪問控制相似的功能。真正的優勢在於,你將使用這些功能與 .NET 平台,這個平台更安全、比 COM 更簡單,並提供一鍵部署。
《Visual Basic 2005 Jumpstart》讓你感受這個平台,來構建智能/豐富的 Windows Forms 客戶端、ASP.NET 網頁應用程式和網頁服務。作者李偉盟(Wei-Meng Lee),微軟 .NET MVP、資深 O'Reilly 作者及 O'Reilly Network 的常客貢獻者,編寫了三個有用的試用專案,並附上代碼範例,讓你開發:
- 一個個人圖書館 Windows 應用程式
- 一個基於網頁的購物車應用程式
- 一個股票查詢網頁服務
我們的入門指南是從 VB6 遷移到 VB 2005 的快速且無痛的方法,也是將你的組織轉移到更強大、動態和安全的 .NET 世界的完美訓練手冊。

**目錄:**
- 前言
- 序言
- 1. 介紹 Visual Basic 2005
- 創建應用程式及其主窗口
- 添加菜單和工具列
- 連接到數據庫並瀏覽記錄
- 創建退出對話框
- 處理退出和關閉事件
- 運行和調試應用程式
- 在運行時檢查對象
- 添加關於框
- 配置應用程式
- 總結
- 2. 使用 Visual Basic 編程
- 數據類型
- 變數
- 常數
- 字串
- 陣列
- 類型轉換
- 運算子
- 語句
- 函數和子程序
- 錯誤處理
- My 命名空間
- 總結
- 3. 實現物件導向編程
- 使用類別和對象
- 重用和自定義類別
- 設計自己的類別
- 控制類別的實現方式
- 總結
- 4. 開發 Windows 應用程式
- 創建 Windows 應用程式並構建主窗口
- 離線查看書籍信息
- 部署應用程式
- 自動更新
- 總結
- 5. 構建網頁應用程式
- 構建商店前端
- 創建購物車
- 會員區域
- 測試應用程式
- 總結
- 6. 從 VB 6 遷移到 VB 2005
- 遷移、替換、重寫或重用?
- 在 VB 2005 中使用 COM 對象
- 升級 VB 6 應用程式
- 總結
- 索引