N
Neville Lang
Hi all,
In my C# app (using WM2003), I have a form where I hide the TaskBar at the
top in order to get more space. There is no problem with this as everything
is working well. However, I have noticed that if this form is the one that
was displayed when the Pocket PC is turned off then when the PPC is
"cradled", my form is re-displayed when the screen is automatically turned
on. Then ActiveSync gets triggered and there is a MessageBox on the PPC
screen over my form indicating the ActiveSync activity. When this MessageBox
disappears, my form gets redrawn as if the TaskBar is currently displayed,
that is 26 pixels down from the top.
Can anyone tell me if anything is going on in the CF at this point or is
this redraw done at the operating system level, like a screen capture and
restore?
Since I require power off/on to emulate the ActiveSync triggering, I cannot
use the VS .NET 2003 debugger in this scenario to trace what is happening.
Regards,
Neville
In my C# app (using WM2003), I have a form where I hide the TaskBar at the
top in order to get more space. There is no problem with this as everything
is working well. However, I have noticed that if this form is the one that
was displayed when the Pocket PC is turned off then when the PPC is
"cradled", my form is re-displayed when the screen is automatically turned
on. Then ActiveSync gets triggered and there is a MessageBox on the PPC
screen over my form indicating the ActiveSync activity. When this MessageBox
disappears, my form gets redrawn as if the TaskBar is currently displayed,
that is 26 pixels down from the top.
Can anyone tell me if anything is going on in the CF at this point or is
this redraw done at the operating system level, like a screen capture and
restore?
Since I require power off/on to emulate the ActiveSync triggering, I cannot
use the VS .NET 2003 debugger in this scenario to trace what is happening.
Regards,
Neville