Click to See Complete Forum and Search --> : delay dll


July 18th, 1999, 08:11 AM
When I write a dll in vb6 I can not call it from an external program because I do not no the handle/entry point. All I need is a dll that I can call that gives a 5 second delay and returns 0 on completion, Can anyone help or knock me one up quickly

Thanks for your time

Regards clive homewood
email: sysop@boots.com

Lothar Haensler
July 19th, 1999, 01:36 AM
simply call the Sleep API of kernel.dll.