Can anyone send Sleep API function implimentation code in VB 
Author Message
 Can anyone send Sleep API function implimentation code in VB

Hi,
Can any one send me Sleep API function implimentation code in VB.
Cheers.

Keshav.



Sat, 11 Jun 2005 00:41:28 GMT  
 Can anyone send Sleep API function implimentation code in VB
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)

Sleep 1000  '1 second

--

Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.


|
| Hi,
| Can any one send me Sleep API function implimentation code in VB.
| Cheers.
|
|
| Keshav.
|
|



Sat, 11 Jun 2005 11:10:22 GMT  
 Can anyone send Sleep API function implimentation code in VB
Go to www.allapi.net and grab the API viewer. They also have tons of good
stuff there.


Quote:

> Hi,
> Can any one send me Sleep API function implimentation code in VB.
> Cheers.

> Keshav.



Thu, 30 Jun 2005 00:00:29 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Windows API Sleep function

2. Problems after calling WaitForSingleObject and Sleep API functions

3. WinSock problem, Api-Sleep Function blocks the DataArrival-Event

4. WinSock problem, Api-Sleep Function blocks the DataArrival-Event

5. API Sleep Function Question

6. WinSock problem, Api-Sleep Function blocks the DataArrival-Event

7. Does anyone have any VB Example code using the CreateProcessAsUser API

8. VB Samples, APIs, Functions, Source-Codes,...

9. Crystal Reports Canned Code

10. VB equivalent of a Sleep function?

11. sleep function in VB?

12. how to use the sleep function in my vb application

 

 
Powered by phpBB® Forum Software