Jump to content

Visual Dialog Script

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 62.252.32.13 (talk) at 20:37, 6 March 2005 (Cleaned up the English and grammar.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Visual Dialog Script (or VDS) is an interpreter programming language which can be used to create small and fast programs. VDS has a large number of dialog and graphical elements available to create professional looking programs. Because VDS can use the Windows API, it is possible to write applications that can perform the same tasks as in other other programming languages such as Visual Basic, Perl, Delphi, etc.




VDS uses easy to remember commands and functions, which refer to English words. For example:

- info Hello world!

- dialog create,<name>,<top>,<left>,<width>,<height>

- registry,write,USER,Microsoft\Windows\CurrentVersion\Run,MyProgram,%%MyProgramPath

- %%MyVariable = @input(Input some value!)




You can download Visual Dialog Script from the site below:

http://www.dialogscript.com/

More info and a lot of source codes and complete programs can be downloaded from VDSWORLD and the VDSWORLD forums:

VDSWORLD
VDSWORLD Forums