A
Anil Gupte/iCinema.com
Private Sub MyApplication_NetworkAvailabilityChanged(ByVal sender As Object,
ByVal e As NetworkAvailableEventArgs) Handles Me.NetworkAvailabilityChanged
End Sub
How do I get the above to work? It does not seem to recognize the
NetworkAvailabilityChanged event
I have used the following as well, and it removed one of the errors, but the
event is still not recognized.
Imports Microsoft.VisualBasic.Devices
Imports Microsoft.VisualBasic.ApplicationServices
I got this from a web page: http://www.codeproject.com/KB/vb/vb2005ga.aspx
Thanx,
ByVal e As NetworkAvailableEventArgs) Handles Me.NetworkAvailabilityChanged
End Sub
How do I get the above to work? It does not seem to recognize the
NetworkAvailabilityChanged event
I have used the following as well, and it removed one of the errors, but the
event is still not recognized.
Imports Microsoft.VisualBasic.Devices
Imports Microsoft.VisualBasic.ApplicationServices
I got this from a web page: http://www.codeproject.com/KB/vb/vb2005ga.aspx
Thanx,