If you call the timer with a value of 60,000, it fires an event once in a
minute (which has 60,000 milliseconds). If you need an event once every
hour, call it with 360,000 (ms).
playing the sound async means, the code execution continues right after
starting the sound. If you call a sound synchronous instead, the code
execution won't continue before the sound has been completely plaid.
--
Best regards
Michael Bauer - MVP Outlook
: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <
http://www.vboffice.net/product.html?pub=6&lang=en>
Am Tue, 28 Oct 2008 08:48:17 -0700 (PDT) schrieb Jabberwocky: