7 lines
167 B
AutoHotkey
7 lines
167 B
AutoHotkey
URL := "https://sourceforge.net/"
|
|
WININET_Init()
|
|
msgbox % html := UrlGetContents(URL)
|
|
WININET_UnInit()
|
|
return
|
|
#include urlgetcontents.ahk
|
|
#include wininet.ahk
|