how to find IP address of a computer using c# | IP address finding in visual studio

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025
  • In this video you will find
    1. How to find IP address of a computer using c#.
    2. How to get ip address of a computer using c# .net.
    3. How to find IP address of a computer using c# visual studio.

ความคิดเห็น • 4

  • @knightsvip1693
    @knightsvip1693 ปีที่แล้ว +1

    string h_n=Dns.GetHostName();
    Console.WriteLine(h_n);
    string my_ip = Dns.GetHostByName(h_n).AddressList[0].ToString();
    label9.Text = my_ip;
    this is code thaniks a lot man u save my time

  • @juanantoniovidalaparicio7190
    @juanantoniovidalaparicio7190 2 ปีที่แล้ว

    Thank you very much, it helped me a lot.

  • @TheBest-mw9np
    @TheBest-mw9np 10 หลายเดือนก่อน

    Can you make it with excel?