Articles related to "Vbscript Code"



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

Creating a Windows HTA
This article shows how to build and HTA - a Windows GUI application that can be developed without the need for expensive additional software.
window hta windows html application windows gui development vbscript code javascript code

A Windows HTA Tutorial
Windows HTAs are very simple to create, but can be made into powerful and useful tools. This short tutorial shows how to quickly obtain stock quotes from Yahoo! Finance.
window hta windows html application windows gui development vbscript code javascript code

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

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

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

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

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

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

Procedures in VBScript. Subroutines.
The lesson describes how to create and use subroutines (procedures in VBScript programs). Subroutines contain code that other parts of the application can call. Subroutines can accept one or more arguments that they can use to perform their tasks. You will discover how to declare a subroutine and call it in code.
www-design internet programming html statement

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

How to Create an Access Database with VBScript
There is no need for a database designer to manually create a Microsoft Access database - they can automate the process using VBScript.
microsoft access database automate table creation table insert sql vbscript vbs application vbscript computer programming

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

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

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

Using Microsoft Access without Microsoft Access
Microsoft Access is a very powerful database - so powerful that that a VBScript programmer doesn't even need to install it in order to use it.
microsoft access database vbscript programming windows programming computer programming microsoft jet database

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

Ways to Attach Code to Events
The most common way to attach code to events is to join by underscore (_) the name of the object and the name of the event in the procedure description. There are 2 other ways to define event-driven procedures. The procedure can be defined within the tag of the object. For short sections of code,  Internet Explorer allows you to add  inline code in the tag defining the control. You can also write a <SCRIPT> tag so that it applies only to a particular event for a specific control.
www-design internet client programming html

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

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

MS Calendar Control
MS Calendar Control is a very convenient visual tool to display or choose a date including year, month, calendar day, and day of week.It is visible both at design time and at run time.
www-design internet client programming html

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

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: 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

Working with objects
Using object, you are giving sufficient capabilities to your Web pages. Objects let you incorporate components into your Web page. And if you incorporate a component into your page, you can incorporate it into your script as well.
www-design internet client programming html

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


| 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 |