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.
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
Thank you very much, it helped me a lot.
thanks for vising the channel...juan
Can you make it with excel?