VB Project Source Code

Showing posts with label System ip address tutorial vb.net. Show all posts
Showing posts with label System ip address tutorial vb.net. Show all posts

Sunday 24 May 2015

System ip address tutorial VB.net

System ip address tutorial VB.net


Imports System.Net
Public Class Form1




    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Dim hostname As IPHostEntry = Dns.GetHostByName(TextBox1.Text)
        Dim ip As IPAddress() = hostname.AddressList......