ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Icon in system tray to show when there in no internet connection

<< < (2/7) > >>

gmoises:
AutoHotKey code:


--- Code: Autohotkey ---#NoEnv#Persistent#SingleInstance forceSendMode InputSetWorkingDir %A_ScriptDir% Thread, interrupt, 0SetTimer, Reloj, 60000 Reloj:        If ConnectedToInternet()        {                Menu, Tray, Icon, IEframe.dll, 40                Menu, tray, tip, Connected        }        Else        {                Menu, Tray, Icon, IEframe.dll, 41                Menu, tray, tip, Disconnected        }Return ConnectedToInternet(flag=0x40) {   Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag,"Int",0) }

mouser:
Thanks for sharing that, gmoises  :up:

anandcoral:
Thanks for sharing that, gmoises  :up:
-mouser (May 29, 2017, 10:18 PM)
--- End quote ---
+1

Regards,

Anand

shmuel1:
Doesn't the standard network icon just show if the network adapter is working?
If the problem is further down the line, like if the company's router is down or if my ISP is having problems, I don't think it shows anything different.

Settings > Taskbar > Select which icons appear on the taskbar > Network > On  [ Invalid Attachment ] [ Invalid Attachment ]
http://www.digitalcitizen.life/how-set-which-icons-are-shown-windows-10s-notification-area
-Curt (May 29, 2017, 07:13 AM)
--- End quote ---

shmuel1:
Someone recommended FreePing, which is a light utility that will pop up when there is no connection to a specified site.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version