Using blocks of mapped memory, this extension allows you to use an unlimited number of long variable names and share variables inbetween VDS scripts that are running. Another use of the extension is only allowing to run a single instance of your script at once. The extension's source code is included.
|
This program is not specifically aimed towards VDS, but works great for integrating VDSRUN30.DLL and other files in your .EXE files to make completely standalone running .EXE files. The registered version can also slightly compress the files inside the resulting .EXE file.
|
Small but good example which shows how to reposition all dialog elements after the dialog is resized. Also shown is how to set minimum dimensions allowed for a dialog.
|
This extension makes it possible for your VDS scripts to run as DDE (Dynamic Data Exchange) server, while VDS normally already allows you to run as DDE client to connect to a DDE server. This way other programming languages such as Delphi and C++ can communicate with your VDS scripts while they are running.
|
Easily create a full featured screensaver with Visual DialogScript. It allows you to show and use the operating system's default password dialog and customize the screensaver preview pane. It allows you to disable some keyboard keys such as CTRL+ALT+DEL and can hide or show the taskbar and mouse cursor. The source code of this extension is included.
|
|
|
|