http://www.vb-helper.com/HowTo/waits.zip

	Purpose
Manage hourglass cursors.

	Method
When many routines call each other, it can be hard to keep track of the
mouse pointer so it remains an hourglass until all operations have finished.
Use a static counter to keep track of the number of routines that have
started a wait but not yet ended it.

Thanks to Chimeric (chimeric@cyber-wizard.com).

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
