Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
MsgBox("ครบ 30 วืนาที")
End Sub
Private Sub frmlinea_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
load_linea()
Timer1.Interval = 30000 ' 5 seconds
Timer1.Start() 'Timer starts functioning
End Sub
ผมจะทำให้ form refresh เองได้ยังไงครับ ขอบคุณล่วงหน้าครับ