Авторизация
Поиск по указателям
Patrick T., Craig J. — Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers
Обсудите книгу на научном форуме
Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Visual Basic 2005 Cookbook: Solutions for VB 2005 Programmers
Авторы: Patrick T., Craig J.
Аннотация: This book will help you solve more than 300 of the most common and not-so-common tasks that working Visual Basic 2005 programmers face every day. If you're a seasoned .NET developer, beginning Visual Basic programmer, or a developer seeking a simple and clear migration path from VB6 to Visual Basic 2005, the Visual Basic 2005 Cookbook delivers a practical collection of problem-solving recipes for a broad range of Visual Basic programming tasks.
The concise solutions and examples in the Visual Basic 2005 Cookbook range from simple tasks to the more complex, organized by the types of problems you need to solve. Nearly every recipe contains a complete, documented code sample showing you how to solve the specific problem, as well as a discussion of how the underlying technology works and that outlines alternatives, limitations, and other considerations. As with all O'Reilly Cookbooks, each recipe helps you quickly understand a problem, learn how to solve it, and anticipate potential tradeoffs or ramifications.
Useful features of the book include:
* Over 300 recipes written in the familiar O'Reilly Problem-Solution-Discussion format
* Hundreds of code snippets, examples, and complete solutions available for download
* VB6 updates to alert VB6 programmers to code-breaking changes in Visual Basic 2005
* Recipes that target Visual Basic 2005 features not included in previous releases
* Code examples covering everyday data manipulation techniques and language fundamentals
* Advanced projects focusing on multimedia and mathematical transformations using linear algebraic methods
* Specialized topics covering files and file systems, printing, and databases
In addition, you'll find chapters on cryptography and compression, graphics, and special programming techniques. Whether you're a beginner or an expert, the Visual Basic 2005 Cookbook is sure to save you time, serving up the code you need, when you need it.
Язык:
Рубрика: Технология /
Статус предметного указателя: Готов указатель с номерами страниц
ed2k: ed2k stats
Год издания: 2006
Количество страниц: 713
Добавлена в каталог: 03.12.2006
Операции: Положить на полку |
Скопировать ссылку для форума | Скопировать ID
Предметный указатель
# (hash)
& (ampersand)
&= concatenation shortcut
* (asterisk) 2nd
.bas file extension
.bmp file extension
.mdf file extension
.NET Framework
.NET Framework, cryptography services
.NET Framework, garbage collection
.NET Framework, hashing and encryption algorithms
.NET Framework, method overloading
.NET Framework, reflection
.NET Framework, System.Exception objects
.NET Framework, threading support
.NET Framework, types
.resx file extension
.rpt file extension
.settings file template
.xsd file extension
<< and > > (bit-shift operators)
? (question mark) 2nd
About boxes
Add New Item dialog 2nd
Add New Item dialog, template choices
add( ) method 2nd
AddHandler statement
AddMemoryPressure( ) method
ADO.NET
ADO.NET, connection strings
ADO.NET, providers
ADO.NET, supported stored procedures
AES (Advanced Encryption Algorithm)
Alpha blending
and operator
angular calculations 2nd
Animation
animation, drawing at runtime 2nd
animation, from multiple bitmaps
animation, from multiple images
animation, sprites 2nd 3rd 4th 5th
animation, with transparency 2nd 3rd
append( ) method
application configuration file template
application-wide event handlers
Application.Run( ) method
applications
applications, basic building blocks
applications, classes 2nd 3rd
applications, command line 2nd 3rd
applications, command line, testing
applications, control via simulated keystrokes 2nd
applications, pausing execution
applications, processes
applications, running environment
applications, running of multiple instances
applications, running processes
applications, separate applications
applications, startup form
applications, strings
applications, structures 2nd 3rd
applications, structures and other objects
applications, timing of application activities
applications, user-specific settings
applications, Visual Basic-specific template choices 2nd 3rd 4th 5th
applications, waiting for applications to finish
Array.Copy( ) method
Arrays
arrays, converting between delimited strings and arrays
arrays, copying part of an array to another 2nd 3rd
arrays, CSV files 2nd
arrays, filling during declaration
arrays, functions
arrays, iterating through elements of
arrays, methods 2nd
arrays, ReDim Preserve command
arrays, resizing without losing values 2nd
arrays, reversing oder of elements
arrays, shuffling 2nd
arrays, single strings 2nd
arrays, sorting elements 2nd 3rd 4th
arrays, values
As Type clause
ASP.NET button event handler
ASP.NET button event handler, Enter key activation
ASP.NET Web Forms applications 2nd 3rd 4th 5th 6th
ASP.NET Web Forms applications, Convert button event handler
ASP.NET Web Forms applications, ListItem Collection Editor
ASP.NET Web Forms applications, new web site creation
ASP.NET Web Forms applications, source code
ASP.NET Web Forms applications, Toolbox
assembly details 2nd 3rd 4th
AssemblyInfo.vb file
audio
audio, audio files
background colors
BackgroundWorker control
Base64 conversions from strings
BeginTransaction( ) method
bezier splines 2nd
Binary data
binary files
BinaryFormatter class
BinaryReader and BinaryWriter classes
BitArray object
BitConverter object
bitmap file template
bitmaps 2nd
Bitwise operators 2nd 3rd
Boolean operators
Byte integer type
byte position access of files
Capacity property
cardinal splines
case conversion on strings
case sensitive string comparisons
CByte( ) function
Char object
character tallies in strings
character types
Charts 2nd
checksums 2nd 3rd
CInt( ) function
class diagram template
class instances 2nd 3rd
Classes 2nd 3rd 4th
classes, overloaded methods
classes, splitting across files
ClassesRoot field
clear( ) method
Click event 2nd
clipboard 2nd 3rd 4th 5th
Clipboard object 2nd 3rd 4th
Clone( ) method
code file template
code modules 2nd 3rd
code modules, access keywords
code snippets 2nd 3rd 4th 5th 6th 7th
code snippets, .snippet files
code snippets, Code Snippet Editor
code snippets, Code Snippets Manager
code snippets, new snippets 2nd 3rd 4th
code snippets, prewritten 2nd
code snippets, sharing
code snippets, XML code
Collect( ) method
CollectionCount( ) method
collections
collections, Count property
collections, creating
collections, generic collections
collections, items 2nd
collections, iterating through
COLOR 2nd 3rd 4th
color gradients
Color images
ColorDialog control 2nd 3rd 4th 5th
Colors
colors, background
COM Class template
CombinePath( ) method
Command objects
Command( ) function 2nd
Commit( ) method
compact operator notation 2nd 3rd 4th
compact operator notation, compact assignment operators
compare( ) method 2nd
compareTo( ) method
complex numbers 2nd 3rd 4th
compressing JPEG images
compressing JPEG images, using for thumbnails
compression and decompression
compression and decompression, of files
compression and decompression, of strings
compression and decompression, sample code
Connection object 2nd
connection string builder class
connection strings
console application output
console applications 2nd 3rd 4th
Console applications, default code blocks
Console applications, module naming and project properties
Console applications, output
Console applications, text and graphics
Console.Beep( ) method
Constructors
ControlChars.NewLine property
Controls
Convert.ToByte( ) method
Convert.ToInteger( ) method
coordinates 2nd 3rd 4th
Copy( ) method
CopyDirectory( ) method
CopyDirectory( ) method, showUI argument
CopyFile( ) method
count variable
Cramer's rule
CreateDirectory( ) method
createElement( ) method
credit card verification
Cryptography
cryptography, crypto module 2nd 3rd 4th 5th
cryptography, files 2nd 3rd 4th
cryptography, secure random numbers
cryptography, strings
cryptography, strings, with keys
CryptoStream object
Crystal Reports template
CSV (comma-separated-values) files
CSV (comma-separated-values) files, string arrays 2nd
CType( ) function
CurrentConfig field
CurrentUser field
Cursor
cursor file template
custom constructors
custom control template
custom controls
DATA
Data Definition Language (DDL)
Data Encryption Standard (DES)
Data manipulation language (DML)
data set template
DataAdapter object
databases 2nd
databases, ADO.NET
databases, Command objects
databases, Command objects, methods
databases, connecting to data providers 2nd 3rd 4th
databases, connection strings
databases, in-memory data tables 2nd
databases, query results 2nd 3rd 4th
databases, Read( ) method
databases, SQL commands
databases, stored procedures
DataReader object 2nd
DataRow object
DataSet object 2nd
DataTable object 2nd 3rd
date and time 2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th 15th 16th 17th 18th 19th 20th 21st 22nd 23rd 24th 25th 26th 27th 28th 29th 30th
date and time, application activities
date and time, Data object
date and time, date and time values
date and time, date and time values, adding to 2nd 3rd
date and time, date and time values, creating from parts
date and time, date and time values, determining the day of week for
date and time, date and time values, extracting hour
date and time, date and time values, extracting year
date and time, date and time values, subtracting from
date and time, Date data type
date and time, Date object
date and time, Date object, Add functions
date and time, Date object, Kind property
date and time, days between two dates
date and time, days in a month
date and time, form controls for date entry or selection 2nd 3rd
date and time, formatting 2nd 3rd
date and time, ISO 8601 formats
date and time, leap year checks
date and time, moon phases
date and time, parsing and validation
date and time, ticks
DateTimePicker control
DayOfWeek property
DayOfYear property
DaysInMonth function 2nd
Decimal variables
default constructors
DEGREES
DeleteFile( ) method
DES (Data Encryption Standard)
DescriptionAttribute attribute
Destructors 2nd
Dialog forms
Dim statement 2nd
directories
directories, browsing
Directories, copying
directories, creating
directories, monitoring for changes 2nd 3rd 4th
directories, moving
directories, parsing file and directory paths
directories, renaming
directories, special user and Windows directories 2nd 3rd 4th 5th
directories, URL-based directory paths and My.Computer.Filesystem objects
DirectoryExists( ) method
display dimensions
display updates
disposal
Dispose( ) method 2nd
DllImport attribute
DoDragDrop( ) method 2nd
DoNotExpandEnvironmentNames flag
Dotfuscator Community Edition
Double numeric value
double precision point variables
double precision variables
DrawBezier( ) graphics method
DrawCurve( ) method
drawImage( ) method
Реклама