是否可以像下面的Internet Explorer一样将Chrome
和Firefox
与AutoHotKey
集成在一起?
Gui Add, ActiveX, w980 h640 vWB,s.Explorer ;Whatever we give here instead
;'s' I notice it loads IE control only. Someone in AHK forum
;said mentioning Mozilla instead 's' will load MozillaClass. That is false.
WB.Silent := True
WB.Navigate("https://www.google.com/")
Gui, Show,,Browsers in AHK GUI
Return
GuiClose:
Exitapp
Return
答案 0 :(得分:1)
您是否首先在系统上安装了Mozilla ActiveX控件?见http://www.iol.ie/~locka/mozilla/control.htm,当然还有Firefox?
然后,该行是:
Gui Add, ActiveX, w980 h640 vWB, Mozilla.Browser
查看https://autohotkey.com/boards/viewtopic.php?t=31745了解更多信息。