Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If DateTimePicker1.Text > DateTimePicker2.Text Then MsgBox("Fail") Exit sub Else MsgBox("OK") End If End Sub
If CDate(DateTimePicker1.Text) > CDate(DateTimePicker2.Text) Then MsgBox("Fail") Exit sub Else MsgBox("OK") End If
DateTime dt1; dt1 = Convert.ToDateTime(DateTimePicker1.Text); DateTime dt2; dt2 = Convert.ToDateTime(DateTimePicker2.Text);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง