Hi,

I'm sure you all know the Sleep API? I would like to make a sub Sleep and not the whole program! If you have seen the Sleep API before you will be aware that it puts the entire program to rest even restricting you from moving the form around the screen with the title bar until the sleep time is up. Is there a way to just sleep a sub (without using a loop)?

Thanks