搜索资源列表
Timer(VB)
- 精密定时器集合:VB版 ■ SetTimer(多Timer):是使用SetTimer()和回调函数产生的Timer,与VB6中定时器控件效果一样,只是用API实现而已,不爱用控件的朋友可能会喜欢 ■ Timer大比拼(CSDN):是CSDN网友提供的测试各种Timer的代码:QueryPerformanceCounte() 多媒体定时器;和VB6定时器控件。测试时,可以看到3种定时器的区别。多媒体定时器和QueryPerformanceCounte()都是较好的选择.
multi-thread
- 這是一個VB6.0 multi-thread(多工)的應用程序源代碼, 可同時執行兩個計時器, 每個計時器有啟動、暫停、繼續、重置等控制項目. 開發平台為Windows XP SP3.-This is a multi-thread demo developed with VB6.0. It allows you to control two timers simutaneously. Each timer has activate 、 pause 、 resume and reset f
