2011-03-08 81 views

回答

1

如果您創建了一個計時器,該怎麼辦?

您將屬性enabled設置爲true,請將間隔設置爲72000000(即以毫秒爲單位的20分鐘)。

然後,在你的代碼:

Private Sub Timer1_Tick(ByVal sender As System.Object,ByVal e As System.EventArgs) 
// Put here the code portion you want 
End Sub