Visual DialogScript

Visual DialogScript

Visual DialogScript (VDS) is an interpreted programming language for Microsoft Windows. It can be used to create small, fast programs. VDS has a large number of dialog and graphical elements available to create professional looking programs. VDS programs have access to the Windows API; therefore, it is possible to write applications that can perform the same advanced tasks as other other programming languages such as Visual Basic, C++, or Delphi.

Language

Unlike other programming languages, the syntax of VDS is very simple. Each command occupies one line, and has a plain English name that clearly describes its purpose. Variables are typeless, and can hold many kinds of information, for example, numbers or text. Functions are clearly distinguishable with names that start with '@', just like a spreadsheet.

The DialogScript language has a simple syntax not unlike MS-DOS batch language. It is designed for ease of use and efficiency when being interpreted by the run-time engine. There are 10 system variables, %0 to %9, which initially have the script file name in %0 and command line parameters in %1 through %9, just as in a batch file. There are also a further 26 user variables, %A to %Z. The contents of all variables (including system ones) can be changed once the script is running. There are now also 4032 global variables. These variables begin with %%, a letter, then alphanumerics plus underscores (e.g. %%my_variable_1.) There is no limit on the length of these user-defined variable names. [ [http://www.dialogscript.com/index.php?option=com_content&task=view&id=44&Itemid=60 Visual DialogScript - OverView ] ]

yntax Examples

Comments:
* # This is a single line comment
* REM This is a single line comment

Simple Information Message Box:
*info "This is the information text"

Simple Warning Message Box:
*warn "This is the warning text"

Create a custom dialog box:
*# dialog create,<name>,<top pixel position>,<left pixel position>,<width in pixels>,<height in pixels>

Write to the Windows Registry:
*registry write,<root key>,<key>,<subkey>,<data>

Display an input prompt dialog box:
*%A = @input("Please enter a value:")

History

Visual DialogScript was originally created by Julian Moss of JM-Tech. Eventually, S.A.D.E. s.a.r.l., a French company, took over ownership and development of VDS, altering and improving upon its syntax. Currently, VDS is owned and developed by the British company Commercial Research Ltd.

Several versions of VDS have been released over time:
* Visual DialogScript 2.0
* Visual DialogScript 2.5
* Visual DialogScript 3.0
* Visual DialogScript 3.5
* Visual DialogScript 4
* Visual DialogScript 4.5
* Visual DialogScript 5
* Visual DialogScript 5.01
* Visual DialogScript 5.02
* Visual DialogScript 6

Currently Available Versions

There are several versions available for download:
# Personal Visual DialogScript (PVDS) 4: This freeware version is intended for students and home PC users. The package includes a short tutorial and full online help which includes many example scripts. The software is not licensable for commercial use. This version is incapable of producing compiled executable files; however, compiling files is not necessary, as a script file can be executed directly by opening it from Windows Explorer on any system that has PVDS installed on it.
# Visual DialogScript 2.5 (16-Bit Edition): This version marked the last release for Windows 3.1+ (16-bit).
# Visual DialogScript 5: This version is for power users, business users, and professional developers who use--or are developing scripts for--Windows 95/98/ME or Windows NT/2000/XP. This version can create compiled executable files, and includes a royalty-free run-time license (once registered). Additional features include an icon editor and support for many add-on extensions. As a 32-bit program, it supports long filenames, task bar tray icons, unlimited length strings and string lists and the Windows Registry. This legacy version is now available for download for registered users and is not available for purchase.
# Visual DialogScript 6: The newest version of Visual DialogScript improves upon Visual DialogScript 5 and adds full support for Windows Vista. Additionally, the registered version can now create standalone compiled executable files that do not require an external runtime file.

External links

* [http://www.dialogscript.com/ Official Visual DialogScript Site]
* [http://www.vdsworld.com/ VDSWORLD: The Unofficial VDS Community]
* [http://forum.vdsworld.com/ VDSWORLD Discussion Forums]
* [http://es.geocities.com/uvedese/ uVeDeSe: Unofficial Visual DialogScript Spanish Site]
* [http://www.dragonsphere.net/ DragonSphere Software - Home of GadgetX Site]
* [http://shinobisoft.vdsworld.com/ ShinobiSoft Software - Home of SSMenu, SSTreeVw, and SSZip dlls]

References


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Visual DialogScript — Visual DialogScript, souvent abrégé VDS est un langage de programmation simplifié de type script ou batch. Sommaire 1 Fonctionnalités 2 Fonctionnement 3 Améliorations …   Wikipédia en Français

  • Visual DialogScript — es un lenguaje script en entorno Windows basado en cuadros de diálogo muy sencillo de aprender que permite crear fácilmente pequeñas y medianas aplicaciones al usar las API s de Windows. Fue desarrollado originalmente por Julian Moss, pero en la… …   Wikipedia Español

  • Visual DialogScript — es un lenguaje script en entorno Windows basado en cuadros de diálogo muy sencillo de aprender que permite crear fácilmente pequeñas y medianas aplicaciones al usar las API s de Windows. Fue desarrollado originalmente por Julian Moss, pero en la… …   Enciclopedia Universal

  • Hello World — Pour les articles homonymes, voir Hello (homonymie). hello world (traduit littéralement en français par « bonjour le monde ») sont les mots traditionnellement écrits par un programme informatique simple dont le but est de faire la… …   Wikipédia en Français

  • List of programming languages — Programming language lists Alphabetical Categorical Chronological Generational The aim of this list of programming languages is to include all notable programming languages in existence, both those in current use and historical ones, in… …   Wikipedia

  • Список языков программирования — Списки языков программирования Алфавитный По категориям Хронологический Генеалогический Цель этого алфавитного списка языков программирования состоит в том, чтобы дать полный перечень всех существующих языков программирования, как используемых в… …   Википедия

  • Liste des langages de programmation — Le but de cette Liste des langages de programmation est d inclure tous les langages de programmation existants, qu ils soient actuellement utilisés ou historiques, par ordre alphabétique. Ne sont pas listés ici les langages informatiques de… …   Wikipédia en Français

  • VDS — is a three letter abbreviation which may mean:*The IATA airport code for Vadsø Airport *Variable Depth Sonar *Village design statement, town planning practice *Virtual Dedicated Server, also known as Virtual Private Server *Virtual DMA Services,… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”