Articles related to "Vbscript Code"VBScript is very easy to distribute. However, to protect the code the programmer may wish to consider creating an installation package with IExpress
This article shows how to build and HTA - a Windows GUI application that can be developed without the need for expensive additional software.
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.
Software Libraries are an effecient way of reusing code and so this article shows how to reuse VBScript code.
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.
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
The VBScript programmer can easily add a mortgage calculator to an application. This will calculate the monthly payments due on any compound interest loan
There is no need for a database designer to manually create a Microsoft Access database - they can automate the process using VBScript.
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.
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
Recordset are set of records downloaded from database. However, with VBScript it is possible to create a recordset without a database.
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.
Greek letters cannot be added directly to a web page - they need ASCII codes. And a little VBScript code makes life a lot easier.
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.
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.
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 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.
|