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.
teşekkürler,aynı mantıkla daha iyi şeyler yapılır![]()
Güzel paylaşım eline sağlık
eline sağlık![]()
Teşekkürler![]()
try {
Net.WebClient client = new Net.WebClient();
Label1.Text = client.DownloadString("http://localhost/bakım.txt");
// burada ki site linkini kendi FTP 'de ki txt konumuyla değiştir.
}
catch (Exception ex) {
}
if ((Label1.Text == "Program şuan bakımda.")) {
this.Enabled = false;
MsgBox(("Sunucu bağlantısı kurulamıyor." + ("\r\n" + "Server bakıma alınmıştır!!")), MsgBoxStyle.Critical, "");
}