Wrox Home  
Search

Topic: Visual Basic

VBScript Programmer's Reference, 3rd Edition (0470168080) cover image
VBScript Programmer's Reference, 3rd Edition
Adrian Kingsley-Hughes, Kathie Kingsley-Hughes, Daniel Read
ISBN: 978-0-470-16808-0
Paperback
816 pages
October 2007

Back to description


About This Title  |  Chapters on Demand  |  Download Code  |  Errata  |  P2P Forum for This Title
Add to Cart
Chapter 1: A Quick Introduction to Programming
30 pages

A chapter covering the basics of VBScript is the best place to begin this book. This is because of the type of language VBScript... more

Chapter 2: What VBScript Is - and Isn't!
14 pages
US $4.99

VBScript (or Microsoft’s Visual Basic Scripting Edition) is a powerful interpreted scripting language that brings active... more

Chapter 3: Data Types
38 pages
US $4.99

This chapter introduces VBScript data types, which, jumping ahead a little, is linked to the subject of the next chapter,... more

Chapter 4: Variables and Procedures
26 pages
US $4.99

In this chapter, the discussion of VBScript variables continues and also expands to include VBScript procedures and functions... more

Chapter 5: Control of Flow
20 pages
US $4.99

The VBScript language provides certain mechanisms to allow you to manipulate the execution of the code in your script. For... more

Chapter 6: Error Handling and Debugging
54 pages
US $4.99

No explanation or tutorial of a programming language is complete without thorough coverage of error handling... more

Chapter 7: The Scripting Runtime Objects
26 pages
US $4.99

This chapter introduces some powerful objects that are available for use in your VBScript code. You can think of these as... more

Chapter 8: Classes in VBScript (Writing Your Own COM Objects)
24 pages
US $4.99

Even though the feature has existed for some time, most people don’t know that you can define classes in VBScript. This gives... more

Chapter 9: Regular Expressions
28 pages
US $4.99

Version 5 and later of VBScript fully support regular expressions. Before that, this was one feature that was sorely lacking... more

Chapter 10: Client-Side Web Scripting
26 pages
US $4.99

In this chapter, you take VBScript straight to your web site visitor’s browser. You take a look at how VBScript and Internet... more

Chapter 11: Windows Sidebars and Gadgets
22 pages
US $4.99

Windows Vista brings with it a range of new features for both users and developers. One new feature is the Windows Sidebar... more

Chapter 12: Task Scheduler Scripting
36 pages
US $4.99

The Windows Task Scheduler allows the user or administrator to schedule a program to be run at a particular time or in response... more

Chapter 13: PowerShell
30 pages
US $4.99

PowerShell (or Windows PowerShell) is the name that Microsoft gave its new extensible command-line interface shell and scripting... more

Chapter 14: Super-Charged Client-Side Scripting
30 pages
US $4.99

In this chapter, you continue to investigate client-side scripting, but you examine advanced technologies that give much... more

Chapter 15: Windows Script Host
60 pages
US $4.99

Ask programmers if they use VBScript and most will answer “Yes, for ASP” or “Yes, on an intranet” or maybe even “Yes, for... more

Chapter 16: Windows Script Components
24 pages
US $4.99

In this chapter, you examine Windows Script Components including their structure and how to create and register them. Later... more

Chapter 17: Script Encoding
20 pages
US $4.99

One thing that becomes immediately obvious to those who write script coming from a programming background is that anything... more

Chapter 18: Remote Scripting
8 pages
US $4.99

The remote scripting technology makes web applications substantially more powerful and more closely resemble client/server... more

Chapter 19: HTML Applications
18 pages
US $4.99

Previous chapters focused on web development, but there are times when you don’t want your application to look like a web... more

Chapter 20: Server-Side Web Scripting
34 pages
US $4.99

Talk to most people about VBScript and usually the first thing that pops into their heads is Active Server Pages... more

Chapter 21: Adding VBScript to Your VB and .NET Applications
34 pages
US $4.99

By now, it should be clear that VBScript is useful in many contexts within Windows. Not surprisingly, along with a variety... more

Appendix A: VBScript Functions and Keywords
72 pages
US $4.99

This appendix contains a complete reference of functions and keywords in VBScript 5.6. You will also find a list of the VB/VBA... more

Appendix B: Variable Naming Convention
2 pages

Because variables are used to hold values, it makes sense to choose names for them that describe their purpose or what they... more

Appendix C: Coding Conventions
4 pages

This appendix covers coding conventions and, like the previous appendix covering variable naming, will help you to produce... more

Appendix D: Visual Basic Constants Supported in VBScript
6 pages

This appendix is primarily aimed at the Visual Basic programmer who wants to make the jump to VBScript. It covers all of... more

Appendix E: VBScript Error Codes and the Err Object
16 pages
US $4.99

Here you’ll find all the error codes associated with VBScript along with the... more

Appendix F: The Scripting Runtime Library Object Reference
12 pages
US $4.99

The default scripting languages installed with Microsoft Windows Vista and XP, Office 2007 and XP, ASP 3.0, and many other... more

Appendix G: The Windows Script Host Object Model
8 pages
US $4.99

This appendix gives details about the Windows Script Host objects. You can find further details and examples in Chapter 12... more

Appendix H: Regular Expressions
4 pages

A regular expression is a pattern of text that consists of ordinary characters (such as letters a through z) and special... more

Appendix I: The Variant Subtypes
4 pages

The reference material in this appendix is a companion to the detailed explanation in Chapter 3 of data types... more

Appendix J: ActiveX Data Objects
28 pages
US $4.99

ActiveX Data Objects (ADO) is a data access component from Microsoft that you can use by VBScript running under a variety... more

Add to Cart
Printer-Ready Version   Share This
DRM-free e-books from Wrox

Visual Basic Related Resources

Blogs

Articles