Recent Content by tomicrow

  1. T

    Visual basic програмирање

    try this code Dim hostname As IPHostEntry = Dns.GetHostByName(TextBox1.Text) Dim ip As IPAddress() = hostname.AddressList TextBox2.Text = ip(0).ToString() full source code: http://vb.net-informations.com/communications/vb.net_find_ip_address.htm crow.
Back
На врв Bottom