Visual DialogScript

From Free net encyclopedia

Template:Cleanup-date

Visual DialogScript (or VDS) is an interpreted programming language for Microsoft Windows. VDS is intended primarily for developing graphical interfaces quickly, not for building sophisticated applications, however VDS scripts do have access to the Windows API.

Scripting Language

VDS was originally developed by Julian Moss (JM-Tech). Later the French company S.A.D.E. s.a.r.l. took over development. Currently VDS is owned by the British company Commercial Research Ltd.

Two versions are available:

  1. A shareware version that comes with a 28 day evaluation period, after which a license must be purchased for continued use. The unregistered version is feature-limited: it is not possible to compile executable files and the Icon Editor is unavailable. Registration will provide a registration code that activates compilation and a supplementary package including the Icon Editor.
  2. A freeware version: Personal VDS (PVDS). This version is incapable of compiling executable files, however compiling files is not necessary as a script file can be executed directly by opening it from Explorer on a system that has PVDS installed on it.

Scripts

VDS resembles BASIC. Here are some one-line code samples:

info Hello world!

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

<code>registry write,USER,Microsoft\Windows\CurrentVersion\Run,MyProgram,%%MyProgramPath

%%MyVariable = @input(Please enter a value:)

External links

fr:Visual DialogScript