Visual Dialog Script: Difference between revisions

Content deleted Content added
No edit summary
 
All information from this page has been moved to [Visual DialogScript].
 
(3 intermediate revisions by 3 users not shown)
Line 1:
#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 amount of dialog elements available, to create programs which don't only lóók professional, but which also áre professional. Because VDS can use the [[Windows API]], you can do as good as anything with it which is possible with other programming languages like [[Visual Basic]], [[Perl]], [[Delphi]], etc.
 
 
----
 
 
VDS uses easy to remember commands and functions, which refer to English words like:
- 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]