Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sleep function for VB

Status
Not open for further replies.

Mike2020

Programmer
Mar 18, 2002
55
US
Hi:

I use the sleep function for my application to let my application to sleep for certain time, and run again.
and it run fine on my computer window XP and other window NT, but then when I install on other NT and XP box, it just doesn't work. It give me error. so I wonder, which .dll file that missing cause the problem.

many thanks

Mike
 
Sleep comes from KERNEL32.DLL this is a core component if missing you would have other problems.

What error are you getting ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top