timsky
Silver Member | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
Цитата: В справке (описание функции _IEAttach) . Кстати, одно из преимуществ SciT'а - ставим курсор на функции (или выделяем её, кому как удобно), нажимаем F1, и получаем справку открытую на том месте где эта функция описывается . | Ну все, уговорил! Пощупаю его Я пробовал аатачить по хендлу, тайтлу, тайтлу окна - один хер. Попробую твой новый вариант сегодня, спасибо! Как-то даже и не замечал, что есть ControlGetHandle Вот кстати, как я пытался приаттачиться вчера: Цитата: #include <IE.au3> AutoitSetOption ('WinTitleMatchMode', 2) $account2 = _IEAttach ('Internet Explorer', 'WindowTitle') MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('Internet Explorer', 'WindowTitle', 1) MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:IEFrame]', 'Embedded') MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:IEFrame]', 'Embedded', 1) MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:IEFrame]') MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:Internet Explorer_Server; INSTANCE:1]') MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:Internet Explorer_Server]', 1) MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:Internet Explorer_Server1]') MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:Internet Explorer_Server; INSTANCE:1]', 'Embedded') MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('[TITLE:Internet Explorer; CLASS:Internet Explorer_Server; INSTANCE:1]', 'Embedded', 1) MsgBox (0,'Error: ', @error) $account2 = _IEAttach ('', 'Instance', 1) MsgBox (0,'Error: ', @error) $hwnd = WinGetHandle ('Internet Explorer') MsgBox (64,'Handle',$hwnd) $account2 = _IEAttach ($hwnd, 'HWND') MsgBox (0,'Error: ', @error) $account2 = _IEAttach ($hwnd, 'HWND', 1) MsgBox (0,'Error: ', @error) | Не аттачится - и все |