• 读书网|DuShu.com - 读书·学习·生活
  •  | 繁體版
  • 论坛
  • 畅销
  • 连载
  • 图书
  • 资讯
  • 首页
  • 国学/古籍 | 文学艺术 | 人文社科 | 经济管理 | 生活时尚 | 科学技术 | 教材教辅 | 少儿读物
  •    
  • 图书搜索:
  •  
     全部图书 可读图书 可购图书
     
  • VISUAL BASIC 6.0程序设计(英文改编版) - 书籍详细信息
  • 查看同类图书:科学技术»计算机/网络»软件与程序设计»BASIC/VB及其相关»VISUAL BASIC 6.0程序设计(英文改编版)
  • VISUAL BASIC 6.0程序设计(英文改编版)

  • 【作 者】:(美)Diane Zak
  • 【丛编项】:国外计算机科学教材系列
  • 【装帧项】:平装 / 397
  • 【出版项】:电子工业 / 2006-12-1
  • 【ISBN号】:9787121034077 / 7121034077
  • 【原书定价】:¥38.00 有4家书店打折销售 
  • 【主题词】:工业技术-自动化、计算机技术-计算技术、计算机技术-计算机软件-程序语言、算法语言
  • 【图书简介】
      这是一本详细讲解如何使用Visual Basic 6.0进行编程的英文版教材。根据国内教学的特点,该书在原书的基础上进行了较大幅度的删减。通过面向对象/事件驱动的技术,该书采用任务驱动的方式向学生逐步讲解Visual Basic编程的概念,让学生理解如何充分利用Visual Basic的强大功能,学会编写实际工作中遇到的应用程序。此外,该书还向学生介绍了Visual Basic.NET的最新功能。该书是美国卡内基梅隆大学SSD软件系统开发课程指定教材,可作为大中专院校相关专业学生的教材和参考书,更可满足国内计算机双语教学的需要。-读书网|DuShu.com
  • 【本书目录】
    Tutorial 1    AN INTRODUCTION TO VISUAL BASIC
    Lesson A: Creating a New Project
    Starting Visual Basic
    The Visual Basic Startup Screen
    Setting the Project’s Name Property
    Saving a Visual Basic Project
    Starting and Ending a Visual Basic Project
    Opening a New Project
    Opening an Existing Project
    Exiting Visual Basic
    Lesson B: Working with Controls
    Getting Help in Visual Basic
    Adding a Control to a Form
    Sizing, Moving, and Deleting a Control
    Adding Label Controls to the Copyright Screen
    Setting the Properties of a Label Control
    Setting the Left and Top Properties
    Changing the Property for More than One Control at a Time
    Saving Files Under a Different Name
    Lesson C: Writing Code
    Adding an Image Control to the Form
    Adding a Command Button to the From
    Writing Visual Basic Code
    Setting the BorderStyle Property
    Adding a Frame Control to a Form
    Hiding and Displaying Controls
    The Options Dialog Box
    Adding a Scroller Control to the Form
    Changing the Code Window Display
    Printing a Visual Basic Application
    Making an Executable (.exe) File
    Tutorial 2    DESIGNING APPLICATIONS
    Lesson A: Planning an OOED Application in Visual Basic
    Creating an OOED Application
    Planning an OOED Application
    Lesson B: Building the User Interface
    Preparing to Create the User Interface
    Adding a Text Box Control to the Form
    Controlling the Focus with the TabIndex Property
    Locking the Controls on a Form
    Assigning Access Keys
    Lesson C: Coding, Testing, Debugging, and Documenting the Application
    Coding the Application
    Code the Print Order Button
    Coding the Clear Screen Button
    Writing Visual Basic Equations
    Coding the Calculate Order Button
    The Val Function
    Using the format Function
    The MinButton, MaxButton, ControlBox, and BorderStyle Properties
    Testing and Debugging the Application
    Assembling the Documentation
    Tutorial 3    USING VARIABLES AND CONSTANTS
    Lesson A: Creating Variables and Constants
    Using Variables to Store Information
    Declaring a Variable
    Storing Data in a Variable
    The Scope of a Variable
    The Option Explicit Statement
    Creating a Local Variable
    Creating a Form-Level Variable
    Creating a Global Variable
    Removing and Adding a File
    Symbolic Constants
    Lesson B: Modifying the Skate-Away Sales Application
    Storing Information Using Local and Form-Level Variables
    Modifying the Calculate Order Button’s Code
    Concatenating String
    The InputBox Function
    The Newline Character
    The Object Browser
    Making a Command Button the Default Button
    Lesson C: Improving the Appearance of the Skate-Away Sales Application
    Using a Dialog Box
    Adding an Existing Form to the Application
    Loading and Displaying a Form
    Adding the Copyright Form to the Project
    Tutorial 4    THE SELECTION STRUCTURE
    Lesson A: More Visual Basic Controls
    The Math Application
    Using Visual Basic’s Icons
    Adding an Option Button Control to the Form
    Adding a Check Box control to the Form
    Drawing a Control in a Frame
    Coding the Level 1 and Level 2 Option Buttons
    Creating a User-Defined Sub Procedure
    The Call Statement
    Coding the Addition and Subtraction Option buttons
    Creating a Default Option button
    Lesson B: Completing the Math Application
    Static Variables
    Coding the Verify Answer Button
    The GotFocus Event
    Coding the Display Summary Information Check Box
    Tutorial 5    THE REPETITION STRUCTURE
    Lesson A: Using Control Arrays
    The Grade Application
    Creating a Control Array While Adding Controls to the Form
    Make\ing Existing Controls into a Control Array
    The Enabled Property
    Viewing the code Window for a control Array
    Coding the Check box Array
    Coding a Control’s Array’s GotFocus Event
    Lesson B: Completing the Grade Application
    The Change Event
    Centering the Contents of a Label Control
    Using the MsgBox function to Communicate with the User
    The Unload Event
    Tutorial 6    SEQUENTIAL ACCESS FILES, MENUS, AND REPORTS
    Lesson A: Sequential Access Data Files and Reports
    Creating the PAO Application
    Creating a List Box
    Data Files
    Sequential Access Data Files
    Coding the Enter Information Command button
    Opening a Data File
    Writing to a Sequential Access File
    Coding the display Totals Button
    Reading a Record from a Sequential Access file
    Lesson B: Menus
    Creating the Text Editor
    The MultiLine Property and the ScrollBars Property
    Sizing a Control Along With the Form
    Adding a Menu Control to the Form
    Creating the Edit Menu
    Coding Menu Items
    The Clipboard Object
    Coding the Edit Menu
    Coding the Edit Menu’s Copy Command
    Coding the Edite Menu’s Cut Command
    Coding the Edit Menu’s Paste Command
    Lesson C: String Manipulation
    Visual Basic’s String Manipulation Functions
    The Left and Right Functions
    The Mid Function
    The Instr Function
    Coding the Edit Menu’s Find Command
    Coding the Edit Menu’s Find Next Command
    Tutorial 7    DIALOG BOXES AND ERROR TRAPPING
    Lesson A: Dialog Boxes
    The Common Dialog Control
    Displaying an Open Dialog Box
    Displaying a Save As Dialog Box
    Displaying a Print Dialog Box
    The Flags Property
    Displaying a Font Dialog Box
    Displaying a Color Dialog Box
    Lesson B: Coding the Text Editor’s File Menu
    Opening the Text Editor Application
    Coding the Text Editor Application
    Coding the File Menu’s Save As Command
    Setting the CancelError Property
    Coding the File Menu’s New Command    19
    Lesson C: Completing the Text Editor Application
    Coding the File Menu’s Save Command
    Coding the File Menu’s Print Command
    Coding the File Menu’s Open Command
    Coding the Form’s Unload Event
    Tutorial 8    VARIABLE ARRAYS
    Lesson A: Storing Data in a Variable Array
    Variable Arrays
    Creating a One-dimensional Variable Array
    Storing Data in a One-dimensional Variable Array
    The President Application
    Coding the President Application
    The Test Score Application
    Tutorial 9    WHAT’S NEW WITH VISUAL BASIC.NET?
    Lesson A: Working with Visual Studio.NET
    The Visual Studio.NET Environment
    Modify Your Profile in the Visual Studio.NET IDE
    Using Solution Explorer
    Working with Dynamic Help
    Using the Task List
    The Command Window
    Lesson B: Creating a Windows Forms Application Using Visual Basic.NET
    Starting Visual Basic.NET
    Using Windows Forms
    Setting Appearance Properties
    Adding ActiveX Calendar, Date, and Time Controls
    Adding a Menu and Menu Items
    Printing Windows Forms Application Code
    Saving and Exiting a Windows Forms Application

  • 【购买本书】
  • 商城名称价格 配送信息优惠活动去看看购买

    卓越网
    ¥29.10
    送货上门:国内308个城市
    邮寄:全球
    特快专递:全球
    海外航空快递
    七周年店庆,全场免费配送 去看看 订购

    当当网
    ¥30.02 当天加急送:北京五环以内
    送货上门:国内178个城市
    邮寄:全球
    特快专递:全球
    特惠商品68折封顶 去看看 订购

    中国图书网
    ¥32.30
    送货上门:全国30个城市
    邮寄、快递:全国
    特快专递EMS:全球
    订单金额超过100元免费配送
    精品藏书拍卖活动
    去看看 订购

    华储网
    ¥30.40 送货上门:辽宁、长春、北京
    快递、邮政递送:全球
    30万春节大礼包连环送,全场7折+满100免运费 去看看 订购
  • 说明:
  • 1、由于网上书店可能根据各种情况随时调整价格,我们的价格信息存在滞后性。以上价格仅作参考,具体以网上书店标示的价格为准。
    2、如价格折扣信息和原书定价存在较大误差,可能是该店售书为本书的不同版本或不同装祯形式,请读者自行鉴别。
    3、对如何网上购书存在疑问,请点击上面购书指南链接查询。
  • Copyright © 读书网 www.dushu.com 2006-2007, All Rights Reserved.
    鄂ICP备06000781号 公安备4201502577