К примеру, если выполнить на любой из под-страниц CHM-файла:
1::
DetectHiddenWindows, On
controlClick, Internet Explorer_Server1, ahk_class HH Parent,, Right,, ;NA
Sleep, 50
Send, {Up}
Sleep, 50
Send, {Enter}
Loop
{
WinWait, Свойства
If ErrorLevel = 0
{
ActiveWinID := WinExist("A")
WinHide, Свойства ; скрыть окно
while !winExist( "Свойства" )
controlSend,, t, ahk_class HH Parent ; menu MUST be in alt mode!
setControlDelay % ( i:=!i ? 100 : -1 )
controlClick, Internet Explorer_Server1, Свойства,,,, NA X90 Y174
controlSend, Internet Explorer_Server1
, {ctrldown}{SC01E}{ctrlup}{ctrldown}{SC02E}{ctrlup}, Свойства ;a, c
setControlDelay % ( i:=!i ? 100 : -1 ) subStr( cLink := clipboard, 1, 0 )
controlClick, button1, Свойства,,,, ;NA
WinClose, Свойства ahk_id %ActiveWinID%
Break
}
}
msgbox %cLink%
return