Custom GUI control for IP Address Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Sada

Custom GUI control for IP Address  Topic is solved

23 Oct 2017, 13:34

Hi, community!
Can any one provide custom gui control for ip address with an example, I found one in google but link was broken
Regards,
Sada
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Custom GUI control for IP Address

23 Oct 2017, 13:53

3 gui controls that can be used with IP addresses :mrgreen:

Code: Select all

Run, iexplore.exe 216.58.212.35
Run, firefox.exe 104.25.120.16
Run, chrome.exe 151.101.64.233
BScripting

Re: Custom GUI control for IP Address

23 Oct 2017, 14:04

Get Public IP by HotKeyPizza

ipadd:=URLDownloadToVar("http://ip.42.pl/raw")
msgbox, %ipadd%

URLDownloadToVar(url,ByRef variable=""){
hObject:=ComObjCreate("WinHttp.WinHttpRequest.5.1")
hObject.Open("GET",url)
hObject.Send()
return variable:=hObject.ResponseText
}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], Rohwedder and 347 guests