private void timer1_Tick(object sender, EventArgs e) { //timer1.Start(); WebClient client = new WebClient(); Stream stream = client.OpenRead("http://172.22.22.20/time.php"); StreamReader reader = new StreamReader(stream); String content = reader.ReadToEnd(); //textBox1.Text = content; if (content == "14:57") { MessageBox.Show(new Form() { TopMost = true }, "หมดเวลาแล้ว"); } if (content == "14:59") { ExitWindowsEx(4, 0); timer1.Enabled = false; } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง