Main Menu

HOME

.Net
ASP
Assembly
C
C++
Delphi
HTML
Java
JavaScript
MySQL
PC interface
Powershell
Perl
PHP
VBScript
Visual Basic
XML

US Job listings




   Misc

   Amazon

   Links

    


app sleeps for a given time
 

 

 

Description

app sleeps for a given time

Author

Programmershelp

Code

Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)

Public Sub Pause(ByVal seconds As Single)
Call Sleep(Int(seconds * 1000#))
End Sub

Information

tested using VB 6

 

 

 

 

Download

 


 




   Sponsors
 

   Software
500 Java Tips E-book
PHP editor
PERL editor
Beginning Java
Beginning Visual Basic
Learn VB.net
Learn VB 6
VB and databases
ASP image library
C++ builder programming
C++ fundamentals

   Source Code
plasma effect(Assembly)
Simple email example(C Sharp)
Display the dimensions of an image(PHP)
absolute path of a file(VB)
File exists with PHP and Java(PHP)
File date last modified(ASP)
File properties(ASP.net)
renames your computer(VB)

    




Copyright © 2003 by programmershelp.co.uk