Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Label Sayınıza Göre Labelinizi Yaparsınız Kodu Form Load'a Yazarsanız Da Olur Bi Teşeküürü Çok Görmeyin İyi Forumlarlabel1.Text = “Bilgisayar: ” + Dns.GetHostName();
foreach (IPAddress adres in Dns.GetHostAddresses(Dns.GetHostName()))
{
label2.Text = “Ip Adresi: ” + adres;
}