G
Guest
I am writing a smart client application that needs to monitor the users
dial-up connection status. If the user disconnects, I need to prompt them to
reconnect, or quit the application. I tried using the following WMI query
wmiDialupDisconnect = New ManagementEventWatcher("SELECT * FROM
MSNDIS_NotifyAdapterRemoval")
but it does not work. Does anyone have any ideas how I can monitor a users
dial-up connection status?
dial-up connection status. If the user disconnects, I need to prompt them to
reconnect, or quit the application. I tried using the following WMI query
wmiDialupDisconnect = New ManagementEventWatcher("SELECT * FROM
MSNDIS_NotifyAdapterRemoval")
but it does not work. Does anyone have any ideas how I can monitor a users
dial-up connection status?