AutoHotkey V2 - Using HTML in GUIs

Published: 17 August 2024
on channel: TAB Nation - Automation
881
32

Something is acting up with my capture software again so here is the code for better readable

#Requires AutoHotkey v2+

f1::
{
url := 'https://jakob.kaivo.net/'
url :=(http('Post', url))

;MsgBox "" url

http(verb, url) {
web := ComObject('WinHttp.WinHttpRequest.5.1')
web.Open(verb, url)
web.Send()
web.WaitForResponse()
return web.ResponseText
}


myGui := Gui()
myGui.MarginX := "0", myGui.MarginY := "0"
ogcActiveXWB := myGui.Add("ActiveX", "x0 y0 w1024 h600 vWB", "VScroll, shell explorer")
WB := ogcActiveXWB.Value
wb.Navigate("about:blank")
wb.document.write(url)
myGui.Title := "A website"
myGui.Show()
return
}

If you find my video helpful help me to upgrade my videos with a small donation. TY so much for any help!

Free AHK Chrome Ext 💻 = https://shorturl.at/bpwBV

Discord ✅ tabberman 4162
Website ✅ Tabnationcoding.com
Paypal ✅ paypal.me/tabnationYT
For Hire ✅ https://tabnationcoding.com/hire/
TikTok ✅ https://www.tiktok.com/@tabnationauto...
Facebook ✅ https://www.facebook.com/profile.php?...


Watch video AutoHotkey V2 - Using HTML in GUIs online, duration hours minute second in high quality that is uploaded to the channel TAB Nation - Automation 17 August 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 881 times and liked it 32 visitors.