I am developing an win CE app. There is a backgroung thread that is
synchonizing my app with a desktop comp every i.e 60 secs. I would like to
show any notification to the user when data has been synchronized. Do you
have any idea how to do that? I have tried to show a form (but the form is
frozen, why?).
Any help will be appreciated!

RE: winCE 5.0 show notification by dbgrick

dbgrick
Wed Apr 23 09:50:00 CDT 2008

You could write a today screen plug in. Then just notify your plug in when
you update and redraw the text.

Regards,
Rick D.

"Chris" wrote:

> I am developing an win CE app. There is a backgroung thread that is
> synchonizing my app with a desktop comp every i.e 60 secs. I would like to
> show any notification to the user when data has been synchronized. Do you
> have any idea how to do that? I have tried to show a form (but the form is
> frozen, why?).
> Any help will be appreciated!