Thank you for the answers. 
I'll explain my last question. 
Using an iPaq 2190 with WM5 and c# program on CF2,
I wrote a simple application that detects date change. Does several thing
on change and plays ding. 
For some reason, when the iPaq is in the cradle, at 00:00 it awakes (the
PC even play the "usb detected sound"),
my application dings and the pc plays the "usb dissconnected" sound.
Nothing is on screen. 
I have no alarm clocks set. 
Any idea? 
Thnaks ! 
"<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote in message
All drivers run their own power-down code, RAM is put in self-refresh
and the processor clock is stopped.  That means it stops executing
whereever the code execution pointer is.  If you're writing to a file,
nothing changes (though if you're writing to a file in a mounted store,
that's a different story, as the store gets unmounted before suspend.
THread priorities have no effect at all.  Not sure what your last
question means. 
-- 
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com 
Hi, 
What happensto my application when the iPaq is shutdown ?
Is the application stopped at the middle of a function ?
What if I exactly write to a file ?
What if I have several high priority threads ?
Is something moving at the background or all freezed until wakeup ? 
Thanks, 
MP- Hide quoted text -