Setup guide
Refresh(
sNewWindowPath
)
Refreshes the window object and updates internal window caches using the the window path specified in
sNewWindowPath.
sNewWindowPath
Required. The new window path for the object.
See Also
Introduction to window messages
Window Paths
Keystroke actions
eVkCodes enumeration
eWinMessages enumeration
eVkCodes enumeration
The following virtual key code constants are available to scripts:
typedef enum tagVkCodes
{
VK_LBUTTON =0x01,
VK_RBUTTON =0x02,
VK_CANCEL =0x03,
VK_MBUTTON =0x04,
VK_XBUTTON1 =0x05,
VK_XBUTTON2 =0x06,
VK_BACK =0x08,
VK_TAB =0x09,
VK_CLEAR =0x0C,
VK_RETURN =0x0D,
VK_SHIFT =0x10,
VK_CONTROL =0x11,
VK_MENU =0x12,
VK_ALT =0x12,
VK_PAUSE =0x13,
VK_CAPITAL =0x14,
VK_KANA =0x15,
VK_HANGEUL =0x15,
VK_HANGUL =0x15,
VK_JUNJA =0x17,
VK_FINAL =0x18,
VK_HANJA =0x19,
VK_KANJI =0x19,
VK_ESCAPE =0x1B,
VK_CONVERT =0x1C,
VK_NONCONVERT =0x1D,