Visual Basic 2005 for Programmers (2nd Edition)

Index

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

C format specifier

C formatting code

C programming language

cache of data stored temporarily in local memory 2nd

CalendarForeColor property of class DateTimePicker

CalendarMonthBackground property of class DateTimePicker

call stack

callee (method)

caller (method)

calling a method

calling method (caller) 2nd

CancelButton property of class Form

CanGoBack property of class WebBrowser

CanGoForward property of class WebBrowser

capacity of a collection

Capacity property of class ArrayList 2nd 3rd

Capacity property of class StringBuilder

caption element (XHTML)

Card class

card games 2nd

Card shuffling and dealing simulation

carriage return

carry bit

Cascade value of enumeration MdiLayout

cascaded window

Case Else keywords

Case Else statement

Case keyword 2nd

case sensitive

Case statement

CashDispenser class (ATM case study) 2nd 3rd 4th 5th 6th

cast

     downcast

cast operation 2nd 3rd

catch all exception types

catch an exception

Catch block (or handler)

Catch block with no type or identifier

catch-related errors

Categorized icon

CDATA keyword (DTD)

Ceiling method of class Math

CGI script

chance

Changing a property value at runtime

channel

char array

Char structure 2nd 3rd 4th

     CompareTo method

     IsDigit method

     IsLetter method

     IsLetterOrDigit method

     IsLower method

     IsPunctuation method

     IsSymbol method

     IsUpper method

     IsWhiteSpace method

     Shared character-testing methods and case-conversion methods

     ToLower method

     ToUpper method

character 2nd

character class (regular expressions)

character constant

character data in XML

character entity reference 2nd

character literal

character set 2nd

character string

Characters property of class AxAgent

check box

checkbox

CheckBox class 2nd

     Checked property

     CheckedChanged event

     CheckState property

     CheckStateChanged event

     Text property

CheckBox properties and events

CheckBoxes property of class ListView

CheckBoxes property of class TreeView

checked attribute

Checked property

     of class CheckBox

     of class RadioButton

     of class ToolStripMenuItem 2nd

     of class TreeNode

CheckedChanged event

     of class CheckBox

     of class RadioButton

CheckedIndices property of class CheckedListBox

CheckedItems property of class CheckedListBox

CheckedListBox class 2nd 3rd

     CheckedIndices property

     CheckedItems property

     GetItemChecked method

     ItemCheck event

     properties and events

     SelectionMode property

CheckOnClick property of class ToolStripMenuItem

CheckState property of class CheckBox

CheckStateChanged event of class CheckBox

Chess-game code

child element 2nd

child node 2nd

child node (DOM tree)

child window

child window maximized

child window minimized

children (DOM tree)

Chinese GB 18030 Encoding Standard (section of unicode.org)

Choose Items... option in Visual Studio

circle

circular buffer 2nd

circular hotspot

circular, doubly linked list

circular, singly linked list

clarity

class 2nd 3rd 4th 5th 6th 7th

     declare a method

     instance variable 2nd

     instantiating an object

     name

class cannot inherit a NotInheritable class

class constraint

class declaration

Class declaration with one method that has a parameter

class diagram

     for the ATM system model 2nd

class diagram (in the UML) 2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th

class hierarchy 2nd

Class keyword

class library 2nd

class method

class name

class scope

Class that represents chess piece attributes

Class that stores equation information

Class Type

Class using Me reference

class-wide information

Classes

     Application

     ApplicationException

     Array 2nd

     ArrayList 2nd 3rd

     BinaryFormatter

     BinaryReader 2nd

     BinaryWriter 2nd

     BindingNavigator 2nd

     BindingSource 2nd

     BitArray

     BufferedStream

     CheckedListBox 2nd

     ComboBox 2nd

     Console 2nd

     Control

     Convert

     DataColumn

     DataGridView 2nd 3rd

     DataRow

     DataSet 2nd 3rd

     DataTable

     DateTimePicker

     Directory 2nd

     DirectoryInfo 2nd

     DivideByZeroException 2nd 3rd

     Double

     EventArgs

     Exception

     ExecutionEngineException

     File

     FileInfo

     FileStream

     FormatException 2nd

     GroupBox

     Hashtable 2nd 3rd

     HttpCookie

     HttpCookieCollection

     HttpSessionState 2nd 3rd 4th 5th

     Image

     ImageList

     ItemCheckEventArgs

     LinkLabel 2nd

     ListBox 2nd

     ListView

     ListViewItem

     Math 2nd

     MemoryStream

     MenuStrip

     MessageBox 2nd

     MonthCalendar

     NetworkStream

     NullReferenceException

     Object

     ObjectCollection

     OpenFileDialog

     OutOfMemoryException

     Page 2nd 3rd

     PaintEventArgs

     Process

     Queue

     Random

     RemotingServices

     SaveFileDialog

     Socket

     SolidBrush

     SortedList

     SqlCommand 2nd

     SqlConnection 2nd

     SqlDataAdapter 2nd 3rd

     Stack 2nd

     StackOverflowException

     Stream

     StreamReader

     StreamWriter

     String

     SystemException

     TabControl

     TabPage

     TextReader

     TextWriter

     Timer

     ToolStripMenuItem

     TreeNode 2nd 3rd

     TreeView 2nd

     TreeViewEventArgs

     Type 2nd

     UserControl

     WebClient

     WebControl

     XmlReader

     XmlReaderSettings

     XmlSchemaSet

     XPathDocument

     XPathExpression

     XPathNavigator

     XPathNodeIterator

     XslCompiledTransform

Classes that derive from class Brush

Clear method

     of class Array

     of class ArrayList 2nd

     of class Graphics 2nd

     of class ObjectCollection

ClearSelected method of class ListBox

CLI (Common Language Infrastructure)

click a Button

click a button

Click event

     of a Button

     of class Button

     of class PictureBox

     of class ToolStripMenuItem 2nd

clicking

Clicks property of class MouseEventArgs

client code

Client interacting with server and Web server. Step 1: The GET request

Client interacting with server and Web server. Step 2: The HTTP response

client of a class 2nd 3rd 4th

client tier

client/server chat

ClipRectangle property of class PaintEventArgs 2nd

clock

cloning objects

     shallow copy

close a dialog

close a project

close a window

close box 2nd 3rd 4th

Close method

     of class BinaryReader 2nd

     of class BinaryWriter 2nd

     of class Form

     of class NetworkStream 2nd

     of class Socket 2nd

     of class TcpClient

closed database connection

CloseFigure method of class GraphicsPath

CLR (Common Language Runtime) 2nd 3rd

CML (Chemical Markup Language)

Cobol (Common Business Oriented Language)

Code generated by the IDE for lblWelcome

code reuse 2nd

code value (Unicode)

code-behind file

Code-behind file for a page that updates the time every minute

Code-behind file for the reservation page

CodeFile attribute in a Page directive

coin tossing

col element (XHTML)

colgroup element (XHTML)

collaboration diagram in the UML 2nd

collaboration in the UML 2nd 3rd

collapse a tree

Collapse method of class TreeNode

collapse node

Collect method in System.GC

collection 2nd

collection class

collision

collision detection

color constant

color manipulation

Color methods and properties

Color property of class ColorDialog

Color structure 2nd 3rd 4th

     A property

     FromArgb method

     FromName method

     G property

     members

     R property

     Size property

     SizeInPoints property

ColorDialog class

ColorDialog used to change background and text color

cols attribute (frameset)

cols attribute (table)

colspan attribute

column

column of a database table 2nd

combobox

ComboBox class 2nd 3rd

     DropDownStyle property

     Items property

     MaxDropDownItems property 2nd

     properties and an event

     SelectedIndex property

     SelectedIndexChanged event

     SelectedItem property

     Sorted property

ComboBox demonstration

ComboBox used to draw a selected shape

ComboBoxStyle enumeration

     DropDown value

     DropDownList value

     Simple value

comma (,)

comma-separated list

     of arguments

     of parameters

     of variable names

Command Prompt

command-and-control system

Commands property of interface

comment 2nd

CommissionEmployee class derived from Employee

CommissionEmployee class represents an employee paid a percentage of gross sales

CommissionEmployee class test program

CommissionEmployee class uses properties to manipulate its Private instance variables

CommissionEmployee class with Overridable function CalculateEarnings

CommissionEmployee class with Protected instance variables

CommissionEmployee's constructor outputs text

Common Gateway Interface (CGI)

Common Language Infrastructure (CLI)

Common Language Runtime (CLR) 2nd 3rd

communication diagram (in the UML) 2nd 3rd

Community menu

Compare method of class String

CompareTo method

     of interface IComparable 2nd 3rd

     of interface IComparable(Of T)

     of structure Char

comparison operator 2nd

compile-time type safety

compiled classes

Compiler error messages generated from overloaded methods

compiling

complex content in XML Schema

complex curve

Complex XHTML table

complexType XML Schema element

component 2nd

component diagram in the UML

component in the UML 2nd

component selection drop-down list

component tray 2nd

composite key

composite structure diagram in the UML

composition 2nd 3rd 4th 5th 6th

Composition demonstration

compound assignment operator

Computing the sum of the elements of an array

Concat method of class String

Concat Shared method

concrete class

concrete derived class

concurrency

concurrent access to a Collection by multiple threads

concurrent producer and consumer threads

concurrent programming

concurrent threads

condition

condition variable

ConformsTo property of a WebServiceBinding attribute

Connect method

     of class RemotingServices

     of class TcpListener 2nd

connect to a database

connected lines

connection attempt

connection between client and server terminates

connection string

connection to a server 2nd

connection-oriented

connection-oriented, streams-based transmission

connectionless

connectionless transmission with datagrams

ConnectionString property of a SqlDataSource ASP.NET control

consistent state 2nd 3rd 4th

console application

Console class 2nd

Console window 2nd

console window 2nd 3rd

Console.ReadLine method

Console.Write method

Console.WriteLine method 2nd

Consortium (section of unicode.org)

Const and ReadOnly class members demonstration

Const keyword 2nd 3rd

constant 2nd

Constants

     Int32.MaxValue

     Math.E

     Math.PI

     Nan constant of structure Double 2nd

     NegativeInfinity constant of structure Double

     PositiveInfinity constant of structure Double

Constants used in class CircleConstants

constituent controls

constrained version of a linked list

constructor 2nd 3rd

     default

     naming

     overloaded

     parameter list

     parameterless

     Shared

Constructor call order

Constructor used to initialize GradeBook objects

consume method

consumer

consumer thread

consuming a Web service

container

container element

Contains method

     of class ArrayList 2nd

     of class Stack

ContainsKey method of Hashtable

Content ASP.NET control

content attribute of a meta tag

content page in ASP.NET

ContentPlaceHolder ASP.NET control

Contents command of Help

context node (XPath)

context-sensitive help

Continue command (debugger)

Continue Do statement

Continue For statement

Continue statement

Continue statement in repetition statements

Continue While statement

Control

     InvokeRequired property

control 2nd 3rd

control boundary

Control class 2nd 3rd 4th

     Anchor property

     BackColor property

     BackgroundImage property

     Dock property

     Enabled property

     Focus method

     Focused property

     Font property

     ForeColor property

     Hide method

     Invoke method 2nd 3rd

     KeyDown event

     KeyPress event

     KeyUp event

     Location property

     MaximumSize property

     MinimumSize property

     MouseDown event

     MouseEnter event

     MouseHover event

     MouseLeave event

     MouseMove event

     MouseUp event

     OnPaint method

     Padding property

     Show method

     Size property

     TabIndex property

     TabStop property

     Text property

     Visible property

control layout and properties

Control property of class KeyEventArgs 2nd

Control statements

     Do Until...Loop repetition statement

     Do While...Loop repetition statement

     Do...Loop Until repetition statement 2nd

     Do...Loop While repetition statement 2nd

     Exit Property

     Exit Select

     For Each...Next repetition statement

     For...Next repetition statement 2nd

     If...Then single-selection statement

     If...Then...Else double-selection statement

     Select...Case multiple-selection statement

     While repetition statement

control structure

control variable

control variable name 2nd 3rd

control-statement nesting

control-statement stacking

controller logic

controlling expression

ControlParameter ASP.NET element

Controls

     GroupBox 2nd

     Label 2nd 3rd

     Panel

     PictureBox 2nd 3rd

     RadioButton

     TreeView

controls

Controls property of class GroupBox 2nd

Controls property of class Panel

ControlToValidate property of an ASP.NET validation control

ControlToValidate property of class RegularExpressionValidator

converge on a base case

convert

     a binary number to decimal

     a hexadecimal number to decimal

     an octal number to decimal

Convert class

Convert.ToInt32 method

cookie 2nd 3rd 4th

     deletion

     domain

     expiration

     expiration date

     header

CookieContainer class 2nd

Cookies collection of the Response object

Cookies property of Request class

coordinate system

coordinates (0, 0)

coords element (XHTML)

copy constructor

Copy method of class Array

Copy method of class File

copy of an argument

copying objects

     shallow copy

CopyTo method of class String

Cos method of class Math

cosine

Count property

     of class ArrayList 2nd

     of class HttpSessionState

     of Hashtable

counter

counter-controlled loop

counter-controlled repetition 2nd 3rd 4th 5th 6th 7th

Counter-controlled repetition Class-average problem

Counter-controlled repetition with the For...Next statement

Counter-controlled repetition with the While statement

Counts property of HttpSessionState class

Craps game using class Random

create a new class from an existing class definition

create a reusable class

create an object of a class

Create and write to a sequential-access file

Create method

     of class File

     of class XmlReader

create new classes from existing class declarations

CreateDirectory method of class Directory

CreateGraphics method of class Graphics

CreateInstance method of class Array

CreateNavigator method of class XPathDocument

CreateText method of class File

CreateUserWizard ASP.NET login control

creating a child Form to be added to an MDI Form

Creating a Class Library Project

creating a generic method

Creating a GradeBook object and passing a String to its DisplayMessage method

Creating an object of GradeBook and calling its DisplayMessage method

Creating and manipulating a GradeBook object (invoking properties)

Creating reusable class Time

Creating variable-length parameter lists

Credit-inquiry program

Ctrl key

CType 2nd

Current property of class XPathNodeIterator

Current property of IEnumerator

current time

CurrentThread Shared property of class Thread 2nd

CurrentValue property of class ItemCheckEventArgs

cursor 2nd

curve

custom control 2nd

     added to a Form

     added to the ToolBox

     creation 2nd

Custom palette

Custom tab

custom type

Custom value of enumeration DateTimePickerFormat

CustomFormat property of class DateTimePicker

customize a form

customize Visual Studio IDE

customizing the Toolbox

Cyan Shared property of structure Color

Категории