
27.06.2005, 13:16
|
|
Регистрация: May 2003
Адрес: Moscow
Сообщений: 957
|
Ну тогда лезь в Director и приживайся.
Вот тебе для примера список функций (от A до D) только одной (!) икстры, а икстр сотни, если не тысячи.
ActivateWindow * activates the specified window
ActiveWindow * returns the active window
AddSysItems * adds System menu, min and max boxes
Aw2Window * returns the Authorware presentation window
ChildWindowList * returns a list a window's child windows
ClipWindow * removes edges from window
CloseApp * closes the application owning a window
CloseWindow * closes a window
CommandArgs * returns the command line arguments the application was started with
CopyFile * copies a file.
CopyText * copies text to the clipboard
CopyXFiles * copies multiple files with wildcard matching.
CpuInfo * gets information (type, speed) about the processor installed
CreateFolder * creates a new folder
CreatePMGroup* creates a Program Manager or Start Menu group
CreatePMIcon* creates a Program Manager or Start Menu icon
DecryptText * decrypts a text string
DeleteFile * deletes a file
DeleteFolder * deletes an empty folder
DeleteIniEntry * deletes entry from an .ini file.
DeleteIniSection * deletes section from an .ini file.
DeletePMGroup* deletes a Program Manager or Start Menu group
DeletePMIcon* deletes a Program Manager or Start Menu icon
DeleteReg * deletes Registry entry
DeleteXFiles * deletes files with wildcard matching
DisableDiskErrors * disables the 'Drive not ready' error message
DisableKeys * disables/enables key presses
DisableMouse * disables/enables mouse clicks
DisableScreenSaver * disables/enables the screen saver
DisableSwitching * disables/enables task switching
DiskInfo * gets information (type, size, name, number) about a disk
DiskList * returns list of available drives
|