VB Project Source Code

Showing posts with label Check internet connection tutorial vb.net. Show all posts
Showing posts with label Check internet connection tutorial vb.net. Show all posts

Sunday 24 May 2015

Check internet connection tutorial Vb.net

Check internet connection tutorial Vb.net


Imports System.Runtime.InteropServices





Public Class Form1



    <DllImport("wininet.dll")> Private Shared Function InternetGetConnectedState(<System.Runtime.InteropServices.Out()> ByRef Description As Integer, ByVal ReservedValue As Integer) As Boolean
    End Function.......