J
JamesWPierce
Hi,
I'm considering developing a Today Screen Plug-in using .NET as
described in the link at the bottom.
For my project I need to display a graphic animation in my region of
the today screen. I will need to call a custom paint routine to draw
my image quickly, repeatedly, and dynamically based on varying data.
My question is... Can I paint to my own region of the today screen or
do today screen updates paint/update the entire today screen at the
same time. I don't want to make the entire today screen repaint every
time I need to update my animation in my screen region.
So using the method mentioned in the link below can I modify the code
to invalidate just my region of the today screen or is it a limitation
that updates to the today screen will always cause the entire today
screen to refresh?
Is it possible to have FAST custom animations for a custom today
screen plug-in?
Thanks very much for your support!
http://msdn2.microsoft.com/en-us/library/ms839442.aspx
I'm considering developing a Today Screen Plug-in using .NET as
described in the link at the bottom.
For my project I need to display a graphic animation in my region of
the today screen. I will need to call a custom paint routine to draw
my image quickly, repeatedly, and dynamically based on varying data.
My question is... Can I paint to my own region of the today screen or
do today screen updates paint/update the entire today screen at the
same time. I don't want to make the entire today screen repaint every
time I need to update my animation in my screen region.
So using the method mentioned in the link below can I modify the code
to invalidate just my region of the today screen or is it a limitation
that updates to the today screen will always cause the entire today
screen to refresh?
Is it possible to have FAST custom animations for a custom today
screen plug-in?
Thanks very much for your support!
http://msdn2.microsoft.com/en-us/library/ms839442.aspx