Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Declare Function SetSysColors Lib "user32" (ByVal nChanges As Long, lpSysColor As Long, lpColorValues As Long) As Long
Const SYSCOL_ACTIVECAPTION = 2
RetVal = SetSysColors(1, SYSCOL_ACTIVECAPTION, RGB(127, 127, 127))