|
|
Articles related to "Vbscript"
How to Carry Out VBScript File Management VBScript is a powerful computer programming language. A VBS script file can be used to create, copy and delete files. And by combining those command it can rename a file vbscript rename file • vbscript delete file • vbscript copy file • vbscript file • computer programming language
How to Create a Simple VBScript CGI Web Page VBScript is not normally considered as a cgi programming language. However, with just a little tweeking, it is as easy (if not easier) to use as Perl. vbscript cgi • vbscript tutorial examples • cgi web page • apache web server • vbscript cscript
Professional CGI Web Development with VBScript CGI (the Common Gateway Interface) is traditionally the domain of languages such as Perl. However, there is no need for the VBScript programmer to set aside their skills vbscript programming • vbscript tutorial examples • vbscript cgi • vbscript executeglobal • web page siteprogramming
Display the Greek Alphabet with VBScript The Greek alphabet cannot typed directly into a web page. Instead ASCII codes must be used. So, intead of having to remember 48 separate codes just use VBScript code. greek alphabet • greek letters • alpha omega • vbscript programming • vbscript arrays
How to Create a Simple VBScript AJAX Application A VBScript developer need not be daunted by the thought of starting to use AJAX. In fact nothing could be easier than creating a VBScript based AJAX application. vbscript tutorial • ajax example • vbscript cgi • vbscript ajax • web application
Introduction to VBScript A topic covers the VB script application for WWW-design. It includes technical information; step-to-step guide on using VB script for DHTML, advanced VB script applications that use Microsoft ActiveX Controls, Automation servers, and Java applets; useful links and recommended literature. www-design • internet • intranet • activex • java
Windows Scripting: Creating a VBScript Shell VBScript does not have a command line interpreter of its own; however a programmer can quickly write a wrapper script that will act as a simple VBScript shell. windows vbscript programming • windows vbscript command line interpreter • windows vbscripts secrets • entering vbscript on command line • vb programming
Using GET and POST in a VBScript CGI Web Page One of the key tasks that any CGI web page must do is to process the GET and POST variables sent from forms. This can be difficult, but not for the VBScript programmer. vbscript cgi • vbscript form process • vbscript programming • web page site design • vbscript example tutorial
Windows Scripting: Command Line VBScript VBScript is not just a programming language for Intranet web sites; it is also a powerful scripting language - a scriting language that can be used from the command line windows scripting • vbscript command line • dos commands • standard input output • running runvbscript dos prompt
How to Create a VBScript Library Software Libraries are an effecient way of reusing code and so this article shows how to reuse VBScript code. vbscript library • reuse vbscript code • vbscript include • windows scripting code • filesystemobject file system object fso
Windows Scripting: VBScript Data Types Initially all VBscript variables are of the same type - the variant; however as soon as a value is assigned then they can become any one of 16 data types. windows vbscript scripting • windows programming • programming data types • variant data type • defining variables
Calculating Affordable Mortgages with VBScript A VBScript programmer can quickly produce an application that will calculate the mortgage for any budget, interest rate and repayment period calculate mortgage • compound interest loan • mortgage budget • vbscript mortgage application • mortgage calculator
Choosing an OOP Language for Web Browsers Object oriented programming is an important concept for any programmer. However, the new programmer needs to consider which is the better language to learn on. javascript object oriented programming • vbscript object oriented programming • javascript vbscript comparison • vbscript class_initialize • javascript new object
Distributing a VBScript Application VBScript is very easy to distribute. However, to protect the code the programmer may wish to consider creating an installation package with IExpress distribution package • vbscript code • iexpress • projecting code • vbs bat
How to Program with VBScript in a Perl Script Today VBScript programmers can become Perl programmers without learning any new code. Well, almost no new code. They will have to learn how to load a module. perl vbscript code • perl vbscript tutorial example • vbscript perl application • vbscript embedded • perl windows
How to Use Database Recordsets with VBScript VBScript is a powerful computer programming language and ODBC is a simple way of connecting to databases - together they provide a versatile tool for any programmer odbc open database connectivity • windows computer programming language vbscript • vbscript vbs computer prorgram • mysql myodbc odbc connector • vbscript recordset connection
Object Oriented Games Programming in VBScript VBScript is a powerful scripting language and supports object oriented languages. It is, therefore, an excellent learning tool for anyone new to OOP or games programming object oriented programming • games programming • object oriented design • class properties • methods
Starting Object Oriented Programming in VBScript For the VBScript programmer object oriented programming is particularly easy. With just a few minutes programming they can develop classes that they can use and reuse vbscript object oriented programming • vbscript create class • vbscript example tutorial • object oriented programming example tutorial • vbscript new
Using VBScript to Extract Data from a Web Page VBScript is Visual Basic's powerful scripting language and can be used, for example, to obtain the contents of a web page and then search it for any important information visual basic scripting vbscript • regular expressions • vb vbscript regexp • vb vbscript xmlhttp • vb vbscript .vbs
VBScript and the ASCII Greek Alphabet Greek letters cannot be added directly to a web page - they need ASCII codes. And a little VBScript code makes life a lot easier. vbscript • greek alphabet • ascii codes • vbscript web page • web site design
Working with Records and Fields in VBScript VBScript (the scripting language for Visual Basic) can make the processing of records and fields in a recordset very easy for the database programmer. visual basic scripting vbscript • microsoft access • database programming • recordset record field • running sql query
How to Use VBScript to Create Recordsets Recordset are set of records downloaded from database. However, with VBScript it is possible to create a recordset without a database. vb vbs vbscript recordset • create new recordset • vbs library load include • microsoft data access components mdac 2.8 • ado activex data object adodb
Adding VBScript to Web Pages The article gives an idea how to add VBScript codes to Web-pages. Since some browsers do not support VBScript, a method of handling non-supporting browsers is also discussed. www-design • internet • server • programming • html
Generating HTML on-the-fly One of the coolest features of VBScript is its capability to generate HTML on-the-fly. You can use the programming capabilities of VBScript to decide what should appear on the page and how it should appear. Then the script code can output the HTML for display within the browser window. www-design • internet • client • programming • html
Create a Word Document with VBA and VBScript MIcrosoft Word is used throughout the would in thousands of offices to produce millions of reports - many of which can be automating using VBA and VBScript vba visual basic for applications • vbscript programming • microsoft office word automation • create new word document vba vbscript • file system object filesystemobject fso word.appli
Find the Dimensions of a Multidimensional Array VBScript Ubound d can be used to get the number of elements in a multidimensional array. However, the number of dimensions must be known. A simple function will help vbscript example tutorial • vbscript multidimensional array • multidimensional array unknown dimensions • ubound array • ubound multidimensional
How to Initialise and Terminate a VBScript Class If a VBScript programmer adds variables to a class, they may need default values.One way to do this is to use subroutines that run when the class is initialized. vbscript example tutorial • vbscript class object • vbscript class terminate initialise • class_terminate • class_initialize
How to Use the VBScript Scripting Dictionary VBScript does not have the associative array (or hash) data type. However, what it does have is the scripting dictionary. If anything, it's even better than a hash. associative array hash • scripting dictionary • look up table • vbscript example tutorial • vbscript programming
Using a Property Let and Get in a VBScript Class A property in a VBScript class is some much more than just a variable. A programmer can add code to the get and let statements that will control the object's operations vbscript example tutorial • object oriented programming • vbscript class object • vbscript property get let.property default value • class property
Windows Scripting: VBScript and Arrays Arrays are easy to create in any programming language and can be static or dynamic, one dimension wide or multidimensional; and it's even easier with VBScript. windows scripting vbscript • vbscript arrays • arrays multidimensional • arrays dynamic • vbscript ubound array dim split
Adding Public and Private Methods to a Class Methods are a vital part of any class. They enable programmers to use the objects effectively, and for objects to communicate with each other. class object methods • class instantiate object • vbscript object oriented programming • vbscript example tutorial • windows programming
Using Multidimensional Arrays with VBScript A VBScript programmer can use multidimensional arrays in their applications. By using these they organize their data into lists, rectangles or even into a matrix visual basic programming • vbscript programming • multidimensional arrays • one two nth dimension • programming matrix matrices
A Simple Windows Desktop Application in VBScript If anyone thought that Ajax was limited to web pages, or even Javascript, then they's be wrong. This article shows how to obtain stock quotes without a web browser. yahoo! finance • stock quotes • vbscript programming • windows desktop applications • php server scripts
Getting Started with Windows Scripting Files With a Windows Scripting file a programmer no longer has to worry about learning new languages. For example, a VBScript developer can use PerlScript or JScript with ease windows scripting file • vbscript examples • perlscript tutorial • jscript code • wsf job package
How to Solve Quadratic Equations in a Program A computer programmer can use VBScript to create powerful Microsoft Windows applications or as a learning tool as shown by this tutorial on quadratic equations. microsoft windows programming • computer programming tutorial • quadratic equations • quadratic formula • a x squared + b c = 0
Microsoft Access Stored Queries and VBscript A programmer does not actually have to open a Microsoft Access database in order to create or modify a stored query - that can be done by using VBScript adodb recordset connection command • adox catalog • microsoft jet engine • microsoft access stored query • vbscript script programming
CGI and VBScript Common Gateway Interface (CGI) is one of several ways you can use to add interactivity to your Web pages. CGI represents a simple protocol of communication between the Web forms and the programs that reside on the Web server. This is a quite different technology then VBScript which is included in the HTML file implemented on the client side www-design • internet • client • programming • html
Choosing a Windows Scripting Language The Windows script developer can choose between MS-DOS (or CMD), VBScript and now PowerShell. There are pros and cons for each of them, so which is best? command line programming comparison • ms-dos cmd command.exe • vbscript • powerscript • windows script writing
How to Use VBScript to Download a Web Page A web page can be downloaded very easily to a computer by using VBScript and some of the objects built into Microsoft Windows microsoft windows • vbscript • download web page site • backup web page site • web page site design
Events in VBScript Events are mostly a result of something you do. You click the mouse on a button, for example, or you press the key in a dialog box. You are not the only source of events, however. Windows also causes events such as a timer event that occurs each time Windows internal clock ticks. The Web browser creates events, too, such as an event that occurs each time it loads a Web page. Events in Windows generate messages. Messages in Windows tell the applications and the operating system what to do and what is going on. www-design • internet • client • programming • html
Operators in VBScript. Arithmetic Operators VBScript provides several different operators that can be used for mathematical calculations, comparison of two values, performing the logical operations, and string manipulation. The first major class of operators is arithmetic operators. Arithmetic operators enable you to perform simple arithmetic on one or more variables. Most of these operators will be familiar to you because you have been exposed to them in everyday life. www-design • internet • programming • html • statement
Operators in VBScript. Comparison Operators The comparison operators are used to compare one or more variables, numbers, and constants and their combination. These operators are used in statement which compares two different numeric expressions and returns a Boolean value of TRUE if the statement is true. If not, the statement returns FALSE. www-design • internet • programming • html • statement
Operators in VBScript. Logical Operators VBScript provides a variety of operators that you can use when performing logical operations. The most widely used are <b>And</b>, <b>Or</>, <b>Not</b>, and <b>Xor</b>. You might use them separatly or combine them in sophisticated statements. www-design • internet • programming • html • statement
Procedures in VBScript. Functions The lesson continues the topic on VBScript procedures and consider VBScript functions.Like a subroutine, a function also holds a series of VBScript statements. It can take arguments and call other procedures. The only difference is that a function actually returns a value to the code statement that called it. The value returned can be then processed by the calling procedure. www-design • internet • client • server • programming
Automating Word and Excel with VBA and VBScript Programmers can quickly automate Microsoft office applications by using VBA, and when combined with VBScript they have a very powerful tool at their disposal. vba vbs vbscript • microsoft office application automation • windows programming • word excel programming • word document select
Variables. Constants A constant is a named value that doesn't change throughout a script. To use the constant in a script, you simply declare it, assign it, and use it like a variable. To differentiate a name of constant from the variable names, you might use either your own naming conventions, or recommended VBScript Coding Conventions. www-design • programming • html • statement • object
Variables. Introduction The lesson gives an introduction to variables in VBScript. They are used to save data returned from functions and store data for further processing. Here, you will find how to create and declare variable, and how to assign them. It is important that the names of variables in VBScript are not case sensitive. www-design • internet • server • programming • html
Variables. Subtypes The introduction to variables in VBScript continues. VBScript has only one data type called Variant. This is a special kind of data type that can contain different kinds of information, depending on how it's used. The user is free to define the variable data type explicitly using the data type conversion functions. www-design • internet • programming • html • statement
A Simple Home Mortgage Calculator The monthly repayments due on a Mortgage can easily be calculated on a calculator, and it's even easier to calculate them with a Windows computer mortgage calculator • compound interest • mortgage monthly • vbscript mortgage • mortgage formula
A Simple VBScript Home Mortgage Calculator The VBScript programmer can easily add a mortgage calculator to an application. This will calculate the monthly payments due on any compound interest loan compound interest loan • mortgage calculator • calculate monthly payments • vbscript user interface • vbscript mortgage application |
A |
B |
C |
D |
E |
F |
G |
H |
I |
J |
K |
L |
M |
N |
O |
P |
Q |
R |
S |
T |
U |
V |
W |
X |
Y |
Z |
0-9 |
|
|
|
|
|
|
|
|