This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 问一个VB的简单问题,怎么在一个function里面让程序暂停运行一个指定时间,然后在继续运行?先谢谢了。
-vinatca(最近休养中);
2006-4-17
(#2910667@0)
-
If you are talking about VBA, wait method. However, poor coding though.
-jeffrey815(Smartiecat);
2006-4-17
(#2910682@0)
-
use timer event procedure
-23456789(大白乎);
2006-4-19
(#2915080@0)
-
你用VB.NET吗?
-binghongcha76(一只大猫);
2006-4-17
(#2911105@0)
-
CALL A DLL EXTERNALLY.
-iwantcar(EnjoyStudying);
2006-4-19
(#2914801@0)
-
thread.sleep(timespan)
-alittleman(凡人);
2006-4-19
(#2914821@0)