Browser in Gui problem

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Pilu
Posts: 84
Joined: 22 Jun 2018, 01:13

Browser in Gui problem

13 Feb 2020, 09:49

Hi

I try to embed chrome browser to gui. But if i try login to google, I got error massage from google that i don't use supported browser.
How can fix the problem?

Code: Select all

Gui Add, ActiveX, w980 h640 vWB, Chrome.Browser ;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://docs.google.com/")
Gui, Show,,Browsers in AHK GUI
Return
GuiClose:
Exitapp
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 206 guests