Paul Lomax – författare
383 kr
Skickas inom 5-8 vardagar
421 kr
Läs direkt efter köp
When Microsoft made Visual Basic into an object-oriented programming language, millions of VB developers resisted the change to the .NET platform. Now, after integrating feedback from their customers and creating Visual Basic 2005, Microsoft finally has the right carrot. Visual Basic 2005 offers the power of the .NET platform, yet restores the speed and convenience of Visual Basic. Accordingly, we''ve revised the classic in a Nutshell guide to the Visual Basic language to cover the Visual Basic 2005 version and all of its new features.
Unlike other books on the subject, Visual Basic 2005 in a Nutshell, 3rd Edition doesn''t assume you''re a novice. It''s a detailed, professional reference to the Visual Basic language-a reference that you can use to jog your memory about a particular language element or parameter. It''ll also come in handy when you want to make sure that there isn''t some "gotcha" you''ve overlooked with a particular language feature.
The book is divided into three major parts: Part I introduces the main features and concepts behind Visual Basic programming; Part II thoroughly details all the functions, statements, directives, objects, and object members that make up the Visual Basic language; and Part III contains a series of helpful appendices. Some of the new features covered include Generics, a convenient new library called My Namespace, and the operators used to manipulate data in Visual Basic.
No matter how much experience you have programming with Visual Basic, you want Visual Basic 2005 in a Nutshell, 3rd Edition close by, both as a standard reference guide and as a tool for troubleshooting and identifying programming problems.
339 kr
Läs direkt efter köp
Lightweight yet powerful, VBScript from Microsoft® is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and automating repetitive tasks using Windows Script Host (WSH). VBScript in a Nutshell, Second Edition delivers current and complete documentation for programmers and system administrators who want to develop effective scripts.Completely updated for VBScript 5.6, WSH 5.6 and ASP 3.0, VBScript In a Nutshell, Second Edition includes updated introductory chapters that will help you keep current with the significant changes since the first edition was published. New chapters introduce the Windows Script Component for creating binary COM components, and the Script Encoder.The main part of the book is a comprehensive reference focusing on VBScript essentials with an alphabetical reference to all statements, keywords and objects, and a section of notes and solutions to real-world gotchas--various undocumented behaviors and aspects of the language--to help you avoid potential problems. Each entry in the reference section details the following:
The keyword''s syntax, using standard code conventionsA list of arguments accepted by the function or procedure, if any existA discussion of how and where the keyword should be used within the scripting environmentA discussion of the differences between the operation of the keyword in Visual Basic or VBA and in VBScriptRegardless of your level of experience programming with VBScript, VBScript in a Nutshell, Second Edition is the book you''ll want by your side--the most complete, up-to-date, and easy-to-use language reference available.339 kr
Läs direkt efter köp
The online documentation of VB/VBA language components seems to follow the 80/20 rule: the basic facts that you need to use a language statement are provided in the documentation. But the additional 20 percent that you need to use it effectively or to apply it to special cases is conspicuously absent. To a professional VB/VBA programmer, though, this missing 20 percent of the language''s documentation isn''t a luxury, it''s a necessity. And inVB & VBA in a Nutshell: The Language, it finally is available.The bulk of the book consists of an alphabetical reference to the statements, procedures, and functions of the VB/VBA language. Each entry has a standardized listing containing the following information:
Its syntax, using standard code conventionsDifferences in the operation of the keyword in a macro environment (e.g., in Office) and in Visual Basic, if there are anyA list of arguments accepted by the function or procedure, if anyA description of the data type returned by a functionThe finer points of a keyword''s usage that are often omitted from or blurred over by the documentationTips and gotchas that include undocumented behaviors and practical applications for particular language elements -- a section particularly invaluable for diagnosing or avoiding potential programming problemsA brief, nonobvious example that illustrates the use of the keywordAlso included in VB & VBA in a Nutshell: The Language is a brief overview of the VB/VBA language, including:Basic VBA programming concepts, such as its data types and its support for variables, constants, and arraysError handling in VBA applicationsObject programming with VBAUsing VBA with particular applications. Excel and Project are utilized to show how to work with an application''s integrated development environment and to take advantage of its object model Regardless of how much experience you have programming with VBA, this is the book you''ll pick up time and time again both as your standard reference guide and as a tool for troubleshooting and identifying programming problems. VB & VBA in a Nutshell: The Language is the definitive reference for Visual Basic and VBA developers.82 kr
Läs direkt efter köp
Visual Basic .NET is a radically new version of Microsoft Visual Basic, the world''s most widely used rapid application development (RAD) package. Whether you are just beginning application development with Visual Basic .NET or are already deep in code, you will appreciate just how easy and valuable the VB.NET Language Pocket Reference is.VB.NET Language Pocket Reference contains a concise description of all language elements by category. These include language elements implemented by the Visual Basic compiler, as well as all procedures and functions implemented in the Microsoft.VisualBasic namespace. Use it anytime you want to look up those pesky details of Visual Basic syntax or usage. With concise detail and no fluff, you''ll want to take this book everywhere.
141 kr
Läs direkt efter köp
Microsoft''s Visual Basic Scripting Edition (VBScript), a subset of Visual Basic for Applications, is a powerful language for Internet application development, where it can serve as a scripting language for server-side, client-side, and system scripting. Whether you''re developing code for Active Server Pages, client-side scripts for Internet Explorer, code for Outlook forms, or scripts for Windows Script Host, VBScript Pocket Reference will be your constant companion.Don''t let the pocket-friendly format fool you. Based on the bestsellingVBScript in a Nutshell, this small book details every VBScript language element--every statement, function, and object--both in VBScript itself, and in the Microsoft Scripting Runtime Library. There''s a special emphasis on the following details:
The syntax, using standard code conventionsThe arguments accepted by the function or procedure, if any existEntries are arranged alphabetically by topic, so that you can, for instance, easily find details about that string-handling function that you can''t quite remember. In addition, appendixes list VBScript operators and VBScript intrinsic constants.Regardless of how much VBScript programming experience you have, theVBScript Pocket Reference is the book you''ll pick up time and time again as your standard quick reference guide to the VBScript language. It is indispensable for anyone writing scripts with VBScript.82 kr
Läs direkt efter köp
Visual Basic .NET is a radically new version of Microsoft Visual Basic, the world''s most widely used rapid application development (RAD) package. Whether you are just beginning application development with Visual Basic .NET or are already deep in code, you will appreciate just how easy and valuable the VB.NET Language Pocket Reference is.VB.NET Language Pocket Reference contains a concise description of all language elements by category. These include language elements implemented by the Visual Basic compiler, as well as all procedures and functions implemented in the Microsoft.VisualBasic namespace. Use it anytime you want to look up those pesky details of Visual Basic syntax or usage. With concise detail and no fluff, you''ll want to take this book everywhere.
317 kr
Läs direkt efter köp
Lightweight yet powerful, VBScript from Microsoft® is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and automating repetitive tasks using Windows Script Host (WSH). VBScript in a Nutshell, Second Edition delivers current and complete documentation for programmers and system administrators who want to develop effective scripts.Completely updated for VBScript 5.6, WSH 5.6 and ASP 3.0, VBScript In a Nutshell, Second Edition includes updated introductory chapters that will help you keep current with the significant changes since the first edition was published. New chapters introduce the Windows Script Component for creating binary COM components, and the Script Encoder.The main part of the book is a comprehensive reference focusing on VBScript essentials with an alphabetical reference to all statements, keywords and objects, and a section of notes and solutions to real-world gotchas--various undocumented behaviors and aspects of the language--to help you avoid potential problems. Each entry in the reference section details the following:
The keyword''s syntax, using standard code conventionsA list of arguments accepted by the function or procedure, if any existA discussion of how and where the keyword should be used within the scripting environmentA discussion of the differences between the operation of the keyword in Visual Basic or VBA and in VBScriptRegardless of your level of experience programming with VBScript, VBScript in a Nutshell, Second Edition is the book you''ll want by your side--the most complete, up-to-date, and easy-to-use language reference available.126 kr
Läs direkt efter köp
Microsoft''s Visual Basic Scripting Edition (VBScript), a subset of Visual Basic for Applications, is a powerful language for Internet application development, where it can serve as a scripting language for server-side, client-side, and system scripting. Whether you''re developing code for Active Server Pages, client-side scripts for Internet Explorer, code for Outlook forms, or scripts for Windows Script Host, VBScript Pocket Reference will be your constant companion.Don''t let the pocket-friendly format fool you. Based on the bestsellingVBScript in a Nutshell, this small book details every VBScript language element--every statement, function, and object--both in VBScript itself, and in the Microsoft Scripting Runtime Library. There''s a special emphasis on the following details:
The syntax, using standard code conventionsThe arguments accepted by the function or procedure, if any existEntries are arranged alphabetically by topic, so that you can, for instance, easily find details about that string-handling function that you can''t quite remember. In addition, appendixes list VBScript operators and VBScript intrinsic constants.Regardless of how much VBScript programming experience you have, theVBScript Pocket Reference is the book you''ll pick up time and time again as your standard quick reference guide to the VBScript language. It is indispensable for anyone writing scripts with VBScript.308 kr
Skickas inom 5-8 vardagar
192 kr
Skickas inom 5-8 vardagar