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?...
Смотрите видео AutoHotkey V2 - Using HTML in GUIs онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал TAB Nation - Automation 17 Август 2024. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 881 раз и оно понравилось 32 посетителям.