|
| |
| | O'Reilly -- Is VBScript Mainstream? |
 | | In particular, that VBScript isn't viable because Netscape is never going to support it (which is true), and that it changes so radically from version to version as to be incompatible with itself. |  | | That leads to the second problem, which is that VBScript is perceived as changing from version to version, so that one version is not compatible with previous versions. |  | | VBScript has been enhanced and new language features have been added from version to version, but no incompatibilities have been introduced. |
|
http://www.windowsdevcenter.com/pub/a/oreilly/windows/ron/vbscript.html
(946 words)
|
|
| |
| | OL97: General Information About Using VBScript with Outlook |
 | | VBScript is the programming language that you use to create custom form solutions with Outlook 97. |  | | VBScript is designed to be a secure programming environment. |  | | VBScript is Microsoft's programming environment for all "enterprise" (or "distributed") solutions, mainly for two reasons: |
|
http://support.microsoft.com/?kbid=167138
(751 words)
|
|
| |
| | VBScript FAQ -- CED Solutions Computer Training Centers |
 | | VBScript is supported by Windows 95/98, Windows NT/2000 (including a native version for Alpha), 16-bit Windows, and Unix Solaris. |  | | Microsoft is currently working with others to bring VBScript to UNIX versions for HP, Digital, and IBM platforms. |  | | VBScript is a trademark of Microsoft Corporation and is only supported by Microsoft Internet Explorer 3.0+ and Microsoft Internet Information Server. |
|
http://www.cedsolutions.com/birmingham/vbscript_faq.shtm
(405 words)
|
|
| |
| | VBScript Tutorial |
 | | This version of Hello World demonstrates how VBScript can be used to get some input from the user and then modify the appearance of the displayed HTML code. |  | | This system could be extended so that the client would run as a VBScript with an embedded ActiveX Winsock contol to communicate to the server over the internet. |  | | This final example shows how VBScript can be used to interface with ActiveX controls embedded on a web page. |
|
http://www.pages.drexel.edu/~st93flb5/vbtutorial.html
(761 words)
|
|
| |
| | Learning VBScript |
 | | Once we have captured data either from the server or as a result of user input, using VBScript to perform calculations on this data is very straightforward, as Figure 1-23 and the HTML source code in Example 1-3 illustrate. |  | | To VBScript, the browser itself is an object; in fact, it is several objects, all of which have properties. |  | | Although VBScript does not currently allow us to store data to the user's disk (with the exception of cookies), we can store data in memory. |
|
http://www.oreilly.com/catalog/vbscript/excerpt/ch01.html
(3084 words)
|
|
| |
| | VBScript in a Nutshell: Chapter 2: Program Structure |
 | | Although its program structure should not be duplicated in your own code, Example 2-8 illustrates that all script-level code is executed from the beginning of a VBScript file to the end. |  | | Since VBScript 5.0, developers have been able to create classes to use in their scripts--a definite step along the road of object-oriented programming in VBScript. |  | | In addition, because VBScript is so flexible in its use of data types, you must take care when building subroutines that use data passed into them. |
|
http://www.oreilly.com/catalog/vbscriptian/chapter/ch02.html
(5808 words)
|
|
| |
| | O'Reilly Network -- VBScript or Perl? |
 | | Because VBScript comes out of the box with Windows and was developed by Microsoft, naturally there is better support for it; not only by Microsoft, which documents VBScript extensively on the Microsoft Developer Network (MSDN), but also on other non-Microsoft web sites. |  | | Since you can run VBScript code on any Windows 2000 and later computer without needing to install anything, this makes it much easier to support on a lot of computers. |  | | Longtime Perl programmers, we were (and remain) appalled by the thought of having to use vbscript to automate various system-oriented tasks. |
|
http://www.oreillynet.com/pub/a/network/2003/11/18/activedir_ckbk.html
(3748 words)
|
|
| |
| | VBScript (Visual Basic Script) reference |
 | | Is it possible, in VBScript, to make a reference to a com object the way one would in VB or VBA. |  | | vbscript should run this file and this is exe file of student db. |  | | I am a novice to VBScript, although I have done a bit of VBA coding. |
|
http://www.sloppycode.net/Reference/VBScript
(5475 words)
|
|
| |
| | DevGuru VBScript Introduction |
 | | For many Web-application developers, VBScript may very well be the most important programming language. |  | | In contrast, by using the client-side approach, you purposely transfer the work load to the browser in order to reduce the work load of the server. |  | | It is also considered to be closely related to the BASIC programming language. |
|
http://www.devguru.com/Technologies/vbscript/quickref/vbscript_intro.html
(540 words)
|
|
| |
| | Introduction to VBScript & WSH |
 | | An expression is a chunk of VBScript syntax in the form of a calculation that uses operators to combine numbers, strings, and variables and evaluate them to some value. |  | | My goal is to provide enough introductory background and information so that VBScript can be used as a vehicle for demonstrating broad conceptual topics such as languages in general; differences between low-level and high-level languages; compilers and interpreters; algorithms and basic control structures; and fundamental database concepts. |  | | Conditional statements that allow the default sequential flow of a script to branch to various sections (sometimes called blocks) of code based on input, processing of data, or errors is fundamental to virtually all high-level languages. |
|
http://www.mhuffman.com/notes/language/vbs_intro.htm#STATE
(6753 words)
|
|
| |
| | VBScript: Microsoft's Orphaned Language |
 | | Because VBA and VBScript are fundamentally similar and therefore attractive to the same large universe of developers, one might rationally assume that VBScript would make an equally successful transition into Web products as VBA did in desktop products. |  | | A third-party Netscape plug-in did provide partial support for VBScript, but it never quite worked seamlessly, was never distributed by Netscape or by Microsoft, and therefore never reached ubiquity among Netscape clients. |  | | The reason generally given is that memory on small devices is at a premiumyet Microsoft saw fit to support JavaScript, even in earlier versions. |
|
http://www.devx.com/devx/editorial/15821
(920 words)
|
|
| |
| | PDK 6.0 - Online Docs : VBScript Converter Overview |
 | | Copy the following VBScript program to the Input pane of the VBScript Converter graphical interface. |  | | This makes it possible to translate calls to COM objects in VBScript to Perl, and makes building Perl programs for the Win32 environment easier. |  | | To use the clipboard for input and output: |
|
http://aspn.activestate.com/ASPN/docs/PDK/6.0/VBSPerl_overview.html
(1315 words)
|
|
| |
| | Understanding VBScript |
 | | The subtypes are self-explanatory, except for the Empty and Null subtypes. |  | | VBScript is a scripting language that many people consider the modern version of MS-DOS batch files. |  | | However, because VBScript inherited VBA's rich syntax and expressivity, VBScript is more akin to a programming language than a simpler scripting language. |
|
http://emea.windowsitpro.com/WindowsScripting/Article/ArticleID/5455/5455.html
(3184 words)
|
|
| |
| | ThirdM.Com - VBScript |
 | | VBScript is limited to only simple error handling. |  | | This site was created with XBuild and uses XML as input to produce XHTML output. |  | | There are by far more features in VB that are not available in VBScript. |
|
http://www.thirdm.com/scripting/vbscript.htm
(408 words)
|
|
| |
| | Amazon.com: Learning VBScript: Books: Paul Lomax |
 | | By accessing the events, properties, and methods exposed by the browser's object model, VBScript is transformed from a fairly powerless programming language into a powerful development tool that can be used to control the browser, allowing the creation of complex interactive web pages. |  | | A fast-paced introduction to VBScript that covers the basic features of the language and their syntax. |  | | It's accessible to a novice (which I was when I first bought it) but has enough depth and richness of information to still be used as a reference guide now that I have over 5 years of experience. |
|
http://www.amazon.com/exec/obidos/tg/detail/-/1565922476?v=glance
(1840 words)
|
|
| |
| | JSWare - VBScript - Samples and Components |
 | | For example, you might buy a book to learn VBScript for Windows and find that the book covers only webpage scripting and leaves out many VBS functions. |  | | You do not necessarily need to understand the code inside a class that you use, any more than you need to understand how the FileSystemObject works, although with VBScript classes you can also change the code and the public methods of the class. |  | | An object browser can read type library information to show you what methods and properties are available from an object. |
|
http://www.jsware.net/jsware/scripts.php3
(7094 words)
|
|
| |
| | O'Reilly -- VBScript includes? |
 | | Because VBScript is not supported by Netscape Navigator, this is the least popular form of scripting with VBScript. |  | | Scripted applications, however, lack the VBA integrated development environment, which means that the medium that makes shared source code almost transparent is absent. |  | | If you're a C or C++ programmer, you are sure to know what include files (also known as header files) are. |
|
http://www.windowsdevcenter.com/pub/a/oreilly/windows/ron/includes.html
(1018 words)
|
|
| |
| | Fabulous Adventures In Coding : VBScript |
 | | A reader asked me recently whether there was a way to check a chunk of JScript or VBScript for syntax errors without actually running the code. |  | | I work for Microsoft; we like nouns.) Over a year ago now a reader noted in a comment to this posting that defining named constants using Const in VBScript or var in JScript is way, way faster than importing a type library. |  | | The user had written this straightforward but extremely slow VBScript algorithm: For Each Frog In Frogs Read More |
|
http://blogs.msdn.com/ericlippert/archive/category/2528.aspx
(834 words)
|
|
| |
| | Open Directory - Computers: Programming: Languages: Visual Basic: VBScript |
 | | VBScript Forum at Tek-Tips - VBScript technical support forums and mutual help system for computer professionals. |  | | Microsoft VBScript - The Microsoft information site on VBScript. |  | | Auto-upload using IE+ADO without user interaction - This article shows a simple way to upload files from client to server using VBS, IE and ADODB as a multipart/form-data document. |
|
http://dmoz.org/Computers/Programming/Languages/Visual_Basic/VBScript
(267 words)
|
|
| |
| | VBScript in Outlook Development |
 | | VBScript generally is updated with each new version of Microsoft Internet Explorer. |  | | VBScript in a Nutshell - Chapter 2: Program Structure |  | | Press ALt+F11 to open the VBA environment in Outlook, then press F2. |
|
http://www.outlookcode.com/d/vbscript.htm
(534 words)
|
|
| |
| | VBScript Articles |
 | | VBScript, MSIE, Syntax, Operations, Functions, strings, Arrays, ActiveX, VBScript FAQ |  | | This article, by Ryan Detert, will show you how to detect client-side browser versions and redirect the client to a web page that is best supported by their browser. |  | | And of course, all of this will be done using Microsoft's VBScript |
|
http://www.irt.org/articles/vbscript.htm
(347 words)
|
|
| |
| | Learning VBScript |
 | | Although it is a simple language, it is beyond the scope of this manual to cover full details about VBScript. |  | | For more information on the FileSystemObject refer to Microsoft's VBScript Documentation. |  | | Reading and writing text files is accomplished with the use of the FileSystemObject. |
|
http://www.sunny-beach.net/manual/248.htm
(725 words)
|
|
| |
| | 4GuysFromRolla.com - A Nifty Way to Use Optional Parameters in VBScript |
 | | In the article Optional Arguments in VBScript, author Francis Chau looks at two common methods to simulate optional arguments: an array based approach and a NULL value approach. |  | | To learn more about creating classes with VBScript, be sure to read: Using Classes within VBScript. |  | | One of the nicest features of VisualBasic that is not supported in VBScript is the use of optional arguments to a subroutine or function. |
|
http://www.4guysfromrolla.com/webtech/100301-1.shtml
(611 words)
|
|
| |
| | Using VBScript > Introduction |
 | | This chapter serves as an overview of VBScript, a subset of Visual Basic that can be used to program the Internet. |  | | In this selection from Special Edition Using Visual Basic 6 (Que, 1998), authors Brian Siler and Jeff Spotts provide an overview of VBScript, a subset of Visual Basic that can be used to program the Internet. |  | | In this book, you learn several methods of applying your VB knowledge to the Internet. |
|
http://www.informit.com/articles/article.asp?p=20991
(218 words)
|
|
| |
| | Automate Excel In Vbscript |
 | | Date: 11/14/2005 8:28:39 AM Comment: I need a vbscript that will refesh excel from data source, save it and the e-mail it to a group of users every data. |  | | and store in to the Array in VBScript, am New in VBScript Coding i have problem With using array index is string. |
|
http://cwashington.netreach.net/depo/view.asp?Index=142&ScriptType=vbscript
(2249 words)
|
|
| |
| | VBScript Tutorial |
 | | VBScript is easy to learn, even for the novice developer. |  | | We'll walk through the fundamentals, and along the way you will learn how to add VBScript to your existing web pages, the structure of the VBScript language, and how to use |  | | Enterprise Storage Forum Webcast: Storage Management: Does It Have to Be So Difficult? |
|
http://www.intranetjournal.com/corner/wrox/progref/vbt
(161 words)
|
|
| |
| | FAQTs - Knowledge Base - faqts : Computers : Programming : Languages : Asp : ASP/VBScript |
 | | Have VBScript Code for spell checker using CreateObject Function, but when run ActiveX cannot create the object Word.Application. |  | | Is this a version number of Vbscript and if I have installed PWS how do I find which version of VBscript I am running? |  | | with out using input type=file can we upload a file using javascrip or vbscript |
|
http://www.faqts.com/knowledge_base/index.phtml/fid/202
(3504 words)
|
|
| |
| | Home : VBScript Reference |
 | | Most modern programming languages use the concept of variables, items that are used as placeholders or storage for values and information, VBScript is no different. |  | | Scripting information and resources for automated computing using Windows Script Host. |  | | VBScript contains a number a built-in arithmetic and mathematical operators that can be used to calculate and compare values. |
|
http://www.winguides.com/scripting/reference.php?category=2
(116 words)
|
|
| |
| | Microsoft Windows 2000 Scripting Guide - VBScript Primer |
 | | In the first half of this chapter, the fundamental principles of VBScript are illustrated by the creation of a simple script for determining the amount of free disk space on drive C of a computer. |  | | This script will evolve throughout the chapter into a more sophisticated tool, one that can determine the amount of free space for any drive on any computer. |  | | Microsoft® Visual Basic® Scripting Edition (VBScript) is an easy-to-use scripting language that enables system administrators to create powerful tools for managing their Microsoft® Windows®based computers. |
|
http://www.microsoft.com/technet/scriptcenter/guide/sas_vbs_overview.mspx
(123 words)
|
|
| |
| | Barnes & Noble.com - VBScript in a Nutshell - Paul Lomax - Paperback - 1 ED |
 | | The majority of this book consists of a VBScript language reference, which contains all VBScript statements, keywords and objects. |  | | Basic language information on VBScript data types, constants, variables, and arrays |
|
http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=2XYN6Q1G4Y&isbn=1565927206&itm=1
(1212 words)
|
|
| |
| | Haneng.com : ASP Lesson 5 : Learn VBScript! |
 | | VBScript is a light version of Visual Basic, and has an easy syntax. |  | | The best way to learn, is going through code that others have written. |  | | VBScript have about 90 different functions, and they have many uses. |
|
http://www.haneng.com/Lessons_5.asp
(439 words)
|
|
| |
| | 4GuysFromRolla.com - ASP Resources - VBScript |
 | | While we are all familiar with the And, Or and Not logical operators in VBScript, not many developers are fluent (or even aware of) VBScript's other logical operators: Eqv, Imp, and Xor. |  | | DevGuru's comprehensive reference for VBScript consists of numerous sections dedicated to VBScript. |  | | This is an extremely comprehensive reference for VBScript. |
|
http://4guysfromrolla.aspin.com/home/references/code/vbscript?cob=4guysfromrolla
(235 words)
|
|
| |
| | The 'Hello' Program in VBScript |
 | | Or perhaps you're a web developer, and have heard that VBScript is the technology to take your web pages to that next level. |  | | One of the nice things about web development is that it can be done cheaply. |  | | Because VBScript is just a scripting language, it won't by itself suffice to create any Web pages. |
|
http://www.vbwm.com/art_2000/vbscript1.asp
(287 words)
|
|
| |
| | VbScript - CodingForums.com |
 | | i see VbScript in.html and i see VbScript in.vbs are vbs file can be use in html. |  | | As soon as you do, you'll see why you don't want to use VBScript for anything client-side. |  | | I thought VBScript worked ONLY in IE browsers? |
|
http://www.codingforums.com/showthread.php?t=11142
(587 words)
|
|
| |
| | VBScript Resources |
 | | When using resources for VBScript, keep in mind that most people use VBScript for developing dynamic web content. |  | | The microsoft.public.scripting.vbscript UseNet internet user group is a forum where thousands of VBScript developers congregate to ask questions and exchange ideas. |  | | Microsoft's Web Site: The definitive reference on VBScript straight from the originators of the language. |
|
http://www.sunny-beach.net/manual/258.htm
(211 words)
|
|
| |
| | Merlyn - VBscript Date and Time Index - J R Stockton |
 | | It seems unlikely that these VBscript pages will work in many browsers other than MSIE. |  | | Here, some computed dates are presented thus, while others are coded explicitly in |  | | Their methods can be used in Windows Scripting Host and in other applications. |
|
http://www.merlyn.demon.co.uk/vb-dates.htm#Month
(294 words)
|
|
| |
| | Web Page Programming: ActiveX and VBScript |
 | | You'll also be introduced to VBScript, the subset of VBA that lets you program Web-based ActiveX objects. |  | | If you're interested in leveraging this powerful technology for your Web pages, this chapter shows you several methods for getting the job done. |
|
http://www.mcfedries.com/Books/VBAUnleashed/Ch21-1.asp
(267 words)
|
|
| |
| | VBScript - Glossary - CNET.com |
 | | VBScript also works with Microsoft ActiveX Controls, allowing Web site developers to create forms, interactive multimedia, games, and other Web-based programs. |  | | VBScript is similar in functionality to JavaScript and is a subset of the widely used Microsoft Visual Basic programming language. |  | | Visual Basic Scripting Edition (VBScript) is a programming language developed by Microsoft for creating scripts (miniprograms) that can be embedded in HTML Web pages for viewing with Internet Explorer. |
|
http://www.cnet.com/Resources/Info/Glossary/Terms/vbscript.html
(78 words)
|
|
| |
| | What is VBScript? - A Word Definition From the Webopedia Computer Dictionary |
 | | Five-part tutorial beginning with VBScript fundamentals and then describing how to add VBScript to Web pages, the structure of the language, and how to use event-driven programming within HTML documents. |  | | VBScript is based on the Visual Basic programming language, but is much simpler. |  | | What impact does protected mode have on my code? |
|
http://www.webopedia.com/TERM/V/VBScript.html
(163 words)
|
|
| |
| | Fabulous Adventures In Coding : VBScript Default Property Semantics |
 | | They make the language harder to parse and hence harder to understand. |  | | Therefore this is by design - this is for compatibility with VB6's behaviour. |  | | It also leads to some mind-numbingly complex code in the VBScript IntelliSense engine that Visual Studio uses. |
|
http://blogs.msdn.com/ericlippert/archive/2005/08/30/458051.aspx
(1005 words)
|
|
| |
| | WDVL: Back to Basics: VBScript for ASP |
 | | The big question — just what is a scripting and why should you care? |  | | It means that unlike your standard C++ or Visual Basic type code, scripting languages like Perl, VBScript, JavaScript/JScript, and others, do not have to be run through a compiler (something that translates our human-readable code into code the machine can understand) to be executed or run. |  | | One thing to note about client-side scripting is that performance is largely dependent on the client's hardware, software and connection speed. |
|
http://wdvl.internet.com/Authoring/ASP/VBScript
(934 words)
|
|
| |
| | Article - Using VBScript |
 | | Visit Microsoft's VBScript web site for more information at |  | | There are many more powerful things VBScript can do, but since this article is meant to be an overview, we'll stick to relatively simple uses of VBScript. |  | | VBScript, or Visual Basic Scripting Edition, is a powerful and easy-to-use alternative to JavaScript for programming on the web. |
|
http://www.netpanel.com/articles/internet/vbscript.htm
(717 words)
|
|
| |
| | VBScript Forum |
 | | Script should be useful and created by you. |  | | Show off your completed VBScript or code snippet here. |  | | Do not post VBScript, WSH, MSH, ASP and ASP.NET related questions here. |
|
http://www.visualbasicscript.com
(158 words)
|
|
| |
| | Web Page Programming: ActiveX and VBScript |
 | | One way to incorporate VBScript into your pages is to use the container, like so: |  | | Before you can add VBScript functionality to a Web page, you have to write the script and then insert the code directly into the page. |  | | As you'll soon see, a script is just a chunk of text, so the tool you use to create your scripts is a matter of preference. |
|
http://www.mcfedries.com/books/VBAUnleashed/ch21-9.asp
(998 words)
|
|
| |
| | VBScript Macros |
 | | Know where to put frequently used VBScript functions and procedures. |  | | Be able to identify several techniques for integrating applications that do not have a COM interface. |  | | Know that an internet user group exists for VBScript, and how to find that group. |
|
http://www.activecallcenter.com/manual/246.htm
(479 words)
|
|
|