Hi Midtown Madness
WiFi and BT flags are intended to report presence of the relevant hardware, irrespective of engaged or disengaged. As reported above, the WiFi info is not reliable. Unfortunately, it returns "yes" on devices that have no built-in WLAN. Any ideas?
Cheers
Robert
The latest version, attached hereto, adds:
1. new date format hopefully comprehensable to all regions,
2. running applications can be launched from the list,
3. warning if "shell32.exe" process is about to be closed (would warm boot the device).
The registry key ppp_peer is created upon synchronization and deleted as
the connection is closed. There may be a better way of implementation, but
this works so far:
Code:
Sub Globals Dim values(0) End Sub
Sub App_Start Reg.RootKey(Reg.rtLocalMachine) End Sub
Sub GetActiveSync ErrorLabel(GetASync) values() = Reg.GetValue("Comm\TcpIp\Hosts\ppp_peer","ipaddr") Returntrue GetAsync: Returnfalse End Sub