Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Roman S., Petrusha R., Lomax P. — VB.Net Language in a Nutshell
Roman S., Petrusha R., Lomax P. — VB.Net Language in a Nutshell



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: VB.Net Language in a Nutshell

Авторы: Roman S., Petrusha R., Lomax P.

Аннотация:

With the release of the Microsoft .NET platform comes a new version of Visual Basic dramatically unlike its predecessors. So extensive are the changes, in fact, that some VB programmers argue that Visual Basic .NET is an entirely new programming language. In the updated second edition of this popular book, you will find complete documentation for the Visual Basic .NET language. Beginning with a brief overview of the language, VB.NET Language in a Nutshell covers basic programming concepts, and introduces the .NET Framework Class Library and programming with attributes. The bulk of the book consists of an alphabetical reference to Visual Basic .NET statements, procedures, functions, and objects. Each entry has a standardized listing containing the following information:
* Its syntax, using standard coding conventions
* Differences in the operation of the keyword in Visual Basic .NET and in VB 6.0
* A list of arguments accepted by the function or procedure
* A description of the data type returned by a function
* The finer points of a language element's usage that are often omitted from or blurred over by other sources
* Tips and warnings that include undocumented behaviors and practical applications for particular language elements
* An invaluable section for diagnosing or avoiding potential programming problems
* A cross-reference to related keywords
On the CD-ROM (included with print edition of the book) is a plug-in that adds a copy of the book's language reference to the dynamic help within Visual Studio .NET.The plug-in requires any edition of Visual Basic .NET or Visual Studio .NET. No matter how much experience you have programming with VB, you want this book close by, both as a standard reference guide and as a tool for troubleshooting and identifying programming problems.


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Издание: 2nd edition

Год издания: 2002

Количество страниц: 600

Добавлена в каталог: 22.10.2007

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
Err.LastDLLError property      2nd
Err.Number property      2nd
Err.Raise method      2nd 3rd
Err.Raise method, error constants and      
Err.Source property      2nd
Error (UnmanagedType enumeration)      
Error handling      
error handling, assigning error numbers      
error handling, centralized      
error handling, command-line switches and      
error handling, in-line      
error handling, IsError function and      2nd 3rd
error handling, On Error... statements and      
error handling, regenerating errors      
error handling, Resume statement and      
error handling, structured      2nd
error handling, Try...Catch...Finally statement and      
error handling, unstructured      
error handling, vs. error detection      
Error statement      
ErrorToString function      2nd 3rd
event arguments      
event handlers      
event handlers, arguments for      
event handlers, calling routines from      
event handlers, entry points for event-driven programs      
event members in class modules      
Event statement      2nd
event-driven programs      
EventArgs class      
EventID property (COMClass attribute)      
Events      2nd
events, AddHandler statement      2nd
events, control-related      
events, DoEvents method      
events, Handles keyword and      
events, RaiseEvent statement and      
events, RemoveHandler statement      2nd
events, WithEvents keyword      2nd
Exception classes      2nd 3rd
Exception handling      [See error handling]
executable programs (VB.NET)      
executable programs (VB.NET), console applications      2nd
executable programs (VB.NET), Windows Forms applications      
ExecutablePath property (Application class)      2nd
execution flow, controlling      
execution, managed      
ExecutionEngineException exception      
Exists method      
Exists method, Directory class      2nd
Exists method, File class      2nd
Exit Try statement      
Exit... statements      2nd
Exp function (Math class)      2nd 3rd
explicit type conversions      2nd
explicit type conversions, command-line switches and      
exponential assignment operator (^=)      
Exponential functions      
exponentiation operator (^)      
expressions, evaluating      
False keyword      
FCL (framework class library)      2nd
FCL (Framework Class Library), namespaces      
FIFO (first-in, first-out) data structures      
file attributes      
file attributes, getting      
file attributes, setting      
File class      
File.Exists method      2nd
FileAttr function      2nd
FileAttribute enumeration      
FileClose procedure      2nd
FileCopy procedure      2nd
FileDateTime function      2nd
FileGet/FileGetObject procedures      2nd
FileLen function      2nd
FileName property      
FileName property, OpenFileDialog class      
FileName property, SaveFileDialog class      
FileOpen procedure      2nd
FilePut/FilePutObject procedures      2nd
Files      
files, command-line switches for      
files, deleting from disk      
files, getting attributes for      
files, locking      
files, setting attributes for      
files, unlocking      
FileWidth procedure      2nd
Filter function (String class)      2nd
Filter property      
Filter property, OpenFileDialog class      
Filter property, SaveFileDialog class      
FilterIndex property      
FilterIndex property, OpenFileDialog class      
FilterIndex property, SaveFileDialog class      
Finalize method      
FirstDayOfWeek enumeration      2nd
FirstDayOfWeek enumeration, Format function and      
FirstWeekOfYear enumeration      
FirstWeekOfYear enumeration, Format function and      
Fix function      2nd 3rd
fixed arrays, defining      
fixed-length strings, defining      
Flags attribute      
floating-point numbers      
floating-point numbers, Double data type      
floating-point numbers, Single data type      
Floor function (Math class)      2nd 3rd
Flush method (Debug class)      2nd
Folders      
folders, creating      
folders, removing      
Font property (FontDialog class)      
FontDialog class      2nd
For Each...Next statement      2nd
For...Next statement      2nd
Format function (String class)      2nd
Format method (String class)      
FormatCurrency function (String class)      2nd
FormatDateTime function (String class)      2nd
FormatNumber function (String class)      2nd
FormatPercent function (String class)      2nd
Framework Class Library (FCL)      2nd
Framework Class Library (FCL), namespaces      
FreeFile function      2nd
Friend keyword      2nd 3rd
Friend keyword, accessibility rules for      
Friend keyword, class modules and      
Friend keyword, declaring variables and constants      
FullOpen property (ColorDialog class)      
function members in class modules      
function pointers      
function pointers, using delegates as      
function procedures      
function procedures, calling      
Function statement      2nd
FunctionPtr (UnmanagedType enumeration)      
Functions      
functions, conversion      
functions, declarations vs. implementations      
functions, interfaces and      
functions, overloading      2nd
functions, signatures of      
future value of annuities, calculating      
FV function      2nd
Garbage collection      
get statement      2nd
GetAllSettings function      2nd
GetAttr function      2nd
GetBaseException method (Exception class)      
GetChar function (String class)      2nd
GetCommandLineArgs method      
GetCreationTime method (Directory class)      2nd
GetCustomAttributes method (Attribute class)      
GetData method (IDataObject interface)      2nd
GetDataObject method (Clipboard class)      2nd
GetDataPresent method (IDataObject interface)      2nd
GetDirectories method (Directory class)      2nd
GetDirectoryRoot method (Directory class)      2nd
GetException method (Err object)      2nd
GetFiles method (Directory class)      2nd
GetFileSystemEntries method (Directory class)      2nd
GetFormats method (IDataObject interface)      2nd
GetLogicalDrives method (Directory class)      
GetMembers method (Type class)      
GetModules method (Assembly class)      
GetObject function      2nd
GetParent method (Directory class)      2nd
GetSetting function      2nd
GetTimer function      2nd
GetType operator      
GetTypeCode method      
GetTypes method (Assembly class)      
get_Name method      
globally unique identifiers (GUIDs)      2nd
GoSub statement (not supported in VB.NET)      2nd
GOTO statement      2nd
graphical functionality in VB.NET      
Guid attribute      
guidgen.exe utility      2nd
GUIDs (Globally Unique Identifiers)      2nd
handles keyword      2nd 3rd 4th
Hashtable class      
Hashtable.Add method      2nd
Hashtable.Clear method      2nd
Hashtable.ContainsKey method      2nd
Hashtable.ContainsValue method      2nd
Hashtable.CopyTo method      2nd
Hashtable.Count property      2nd
Hashtable.Item property      2nd
Hashtable.Keys property      2nd
Hashtable.Remove method      2nd
Hashtable.Values property      2nd
HelpContext property (Err object)      2nd 3rd
HelpFile property      
HelpFile property, Err object      2nd 3rd
HelpFile property, Exception class      
Hex function      2nd
Hour function      2nd
I/O functionality, providing      
I1 (UnmanagedType enumeration)      
I2 (UnmanagedType enumeration)      
I4 (UnmanagedType enumeration)      
I8 (UnmanagedType enumeration)      
icon display constants      
IDataObject interface      
IDataObject.GetData method      2nd
IDataObject.GetDataPresent method      2nd
IDataObject.GetFormats method      2nd
identifiers, globally unique      2nd
IDispatch (UnmanagedType enumeration)      
IEEERemainder function (Math class)      2nd 3rd
If...Then...Else statement      2nd
IIf function      2nd
ILDASM      
ILDASM, console applications and      
ILDASM, property procedures and      
ILDASM, Windows Forms applications and      
Imp operator (not supported in VB.NET)      2nd 3rd
implementations, function      
Implements keyword      2nd 3rd
Implements statement      2nd
implicit type conversions      2nd
implicit type conversions, command-line switches and      
Imports statement      2nd
Imports statement, /r command-line switch and      
Imports statement, /rootnamespace\: command-line switch and      
in-line error handling      
Indent method (Debug class)      2nd
IndentLevel property (Debug class)      2nd
IndentSize property (Debug class)      2nd
IndexOf method      
IndexOf method, Array class      2nd 3rd
IndexOf method, String class      
IndexOfAny method (String class)      
inheritance      2nd 3rd
inheritance of members      
inheritance, multiple      
inheritance, permission to inherit      
inheritance, rules of      2nd
Inherits statement      2nd
InitialDirectory property      
InitialDirectory property, OpenFileDialog class      
InitialDirectory property, SaveFileDialog class      
InnerException property (Exception class)      
Input procedure      2nd
InputBox function      2nd
InputLanguageChangingEventArgs class      
InputString function      2nd
Insert method (String class)      
instance constructors      [See class constructors]
instance members      
instantiating classes      
InStr function (String class)      2nd
InstrRev function (String class)      2nd
INT function      2nd 3rd
Integer data type      2nd
Integer data type, changes in VB.NET      
Integer data type, converting values to      
Integer data type, encapsulation and      
integer division assignment operator (\\\\=)      
integer division operator (\)      
Intellisense      
interest payments, computing      
interest rates for annuities, calculating      
Interface (UnmanagedType enumeration)      
Interface keyword      
Interface statement      2nd
InterfaceID property (COMClass attribute)      
Interfaces      2nd
interfaces, abstract members and      
interfaces, defining      
InterfaceShadow property (COMClass attribute)      
internal rate of return, calculating      2nd
intrinsic constants      
intrinsic constants, MsgBox function and      
InvokeMember method      
IPmt function      2nd
IRR function      2nd
Is operator      2nd 3rd
IsArray function      2nd 3rd
IsCompliant property (CLSCompliant attribute)      
IsDate function      2nd
IsDBNull function      2nd
IsEmpty function (not supported in VB.NET)      2nd
IsError function      2nd 3rd
IsError property (Obsolete attribute)      
IsMissing function (not supported in VB.NET)      2nd 3rd
IsNothing function      2nd
IsNumeric function      2nd
IsReference function      2nd
Item method (Collection class)      2nd 3rd
Item property (Hashtable class)      2nd
IUnknown (UnmanagedType enumeration)      
Join function (String class)      2nd 3rd
Join method (String class)      
Keys property (Hashtable class)      2nd
keystrokes, sending to active window      
Kill procedure      2nd
1 2 3 4 5 6
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте