[.NET] timer執行問題
各位大大好
小弟目前碰到一個問題想來請教一下
目前有一個Listbox1以及Button1
Listbox1有N個項目
按Button1後會依序執行Listbox1裡的項目
每一個項目結束會傳ok.ini
接到ok.ini後刪除ok.ini在執行下一個項目
我想要加一個timer去dir(C:log/ok.ini)
每一秒去檢查有沒有收到
有收到就next i執行下一個項目
目前寫法如下
Private ok As Boolean
timer內:
Dim MyFile As String
MyFile = Dir("C:\log\ok.ini")
If MyFile = "ok.ini" Then
ok = True
End If
If MyFile = "" Then
ok = False
End If
butter內:
Select Case s
......
......
......
End Select
Timer1.Enabled = True
If ok = True Then
Timer1.Enabled = False
My.Computer.FileSystem.DeleteFile("C:\log\ok.ini")
End If
Next i
目前不會等到ok=True才做下一項
而是連續做下去
請問要怎麼改呢?
謝謝各位
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 223.140.31.106
※ 文章網址: https://www.ptt.cc/bbs/Visual_Basic/M.1459932237.A.A73.html
→
04/06 18:07, , 1F
04/06 18:07, 1F
因爲規定要timer.....
※ 編輯: maxding0430 (223.140.31.106), 04/06/2016 19:10:32
推
04/06 22:53, , 2F
04/06 22:53, 2F
→
04/06 22:53, , 3F
04/06 22:53, 3F
→
04/07 14:58, , 4F
04/07 14:58, 4F
→
04/07 14:58, , 5F
04/07 14:58, 5F
推
04/08 23:01, , 6F
04/08 23:01, 6F
→
04/08 23:11, , 7F
04/08 23:11, 7F
推
04/09 20:13, , 8F
04/09 20:13, 8F
→
04/09 20:13, , 9F
04/09 20:13, 9F
→
04/09 20:13, , 10F
04/09 20:13, 10F
推
04/09 20:17, , 11F
04/09 20:17, 11F
→
04/09 20:17, , 12F
04/09 20:17, 12F
→
04/09 20:17, , 13F
04/09 20:17, 13F
討論串 (同標題文章)
Visual_Basic 近期熱門文章
PTT數位生活區 即時熱門文章