You can do it in VB with a Timer Object that you put on your form, and on the timer event you call you procedure.Be sure to set Interval propety to the desired value.
If you are more familiar with VBScript - you can add the full functionality of VBScript by adding to References the library SCRRUN.DLL which is in tour System directory. after thet you can create VBScript objects with Dim.. As New... or Dim... Set ...
Hope of being of some help,s-) Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
This is just a VBscript, not a VB app. I'm not certian if I understand you correctly but are you saying it is possible to use the Timer Object in VBscript? How?
Otherwise how else could you pause/sleep an VBscript?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.