#REDIRECT [[Visual DialogScript]]
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/ http://www.dialogscript.com/]
More info and a lot of source codes and complete programs can be downloaded from VDSWORLD and the VDSWORLD forums:
[http://www.vdsworld.com/ VDSWORLD] <br>
[http://forum.vdsworld.com/ VDSWORLD Forums]
[[Category:Programming languages]]
|