|
|||||||
ComObjConnect
Время создания: 27.04.2017 22:34
Раздел: AutoHotkey - gui - ActiveX
Запись: xintrea/mytetra_db_mcold/master/base/1493321691ty85klcek4/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
^t:: Gui Add, Edit, w930 r1 vURL, https://autohotkey.com/boards/ Gui Add, Button, x+6 yp w44 Default, Go Gui Add, ActiveX, xm w980 h640 vWB, Shell.Explorer ComObjConnect(WB, WB_events) ; Connect WB's events to the WB_events class object. Gui Show ; Continue on to load the initial page: ButtonGo: Gui Submit, NoHide WB.Navigate(URL) return class WB_events { NavigateComplete2(wb, NewURL) { GuiControl,, URL, %NewURL% ; Update the URL edit control. } } GuiClose: ExitApp |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|