private void textBox1_Leave(object sender, EventArgs e) { textBox1.Text = int.Parse( textBox1.Text).ToString(); }
private void txtSetting_KeyPress(object sender, KeyPressEventArgs e) { if ((e.KeyChar < 48 || e.KeyChar > 57) && e.KeyChar != 8) { e.Handled = true; MessageBox.Show("กรุณาป้อนตัวเลขเท่านั้น", "แจ้งเตือน", MessageBoxButtons.OK, MessageBoxIcon.Warning); } }
private void txtSetting_Leave(object sender, EventArgs e) { txtSetting.Text = int.Parse(txtSetting.Text).ToString(); }
if () { }
'เงื่อนไขอาจจะไม่ครอบคลุมตามความต้องการของคุณ(เน้นว่าเบื้องต้น) If ((yourTB.SelectionStart = 0 AndAlso e.KeyChar = "0") OrElse (e.KeyChar = "0" And Val(yourTB.Text) = 0)) Then e.Handled = True End If
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง