Syntax
Цитата:
individualcode ();
Example
CODE:
messagebox (individualcode ());
An example of how to find out the key when starting a ready exe
CODE:
CREATE_INTERFACE
{
DIALOG "Window name" 237 180
BUTTONSCRIPT "Run" 125 121 100 25
EDIT_0 "" 105 8 120 18
STATIC_0 "code" 10 10 90 18
}
INITDIALOG
{
sendcontrol (EDIT_0, individualcode ());
}
{
DIALOG "Window name" 237 180
BUTTONSCRIPT "Run" 125 121 100 25
EDIT_0 "" 105 8 120 18
STATIC_0 "code" 10 10 90 18
}
INITDIALOG
{
sendcontrol (EDIT_0, individualcode ());
}
Link for this example
The code block that runs before the graphical shell is created.
-------------------------------------------------- ------------------
Also finalize sendkey based on of this theme.