|
The examples of the programs, using our possibilities:
- The object Plugins:
- You can make the your plugin (DLL) for this script shell (JScript and VBScript).
- The object Window:
- Change the sizes dialogue window
- What close the dialogue window?
- What add the line a menu?
- Main: What add the field of the entering to information?
- Objects of the file system
- Common interface: Open File, Save To File, Browse Dir
- Graphic operators and conclusion of the text in client of the area window
- Work with clipboard
- Media: Play sound file
- Show the modal message box.
- Optional: The timer interface (window message WM_TIMER)
- Optional: The keyboard interface (window message WM_CHAR)
- Optional: The mouse interface
- Optional: The "ChooseColor" dialog window
- How to set your help file for the dialog window?
- The ARGV array.
- The modularization: LoadScript()
- The ShellExecute function opens or prints a specified file.
- The Window.Run function creates a new process and its primary thread
- Environment: GetEnvironmentVariable() and SetEnvironmentVariable()
- The object TCPIP:
- How to work with the FTP protocol?
- You can reads data from a web server
(HTTP, HTTPS, Basic authentication): HTTP_GET_FILE(...)
- You can posts data to a web server
(HTTP, HTTPS, Basic authentication): HTTP_PUT_FILE(...)
- Raw sockets
- The object System:
- You can use a type library
- You can load a dynamic link library (DLL).
- Creates a COM object: CreateObject("ProgId","Prefix")
- Get COM object from library: GetObject(id, "clsid", "prefix")
- Search file on the directory three: ThreadDir(path_to_dir)
- The RegEnumKey(keyName, index) function enumerates subkeys of the specified open registry key
|