What control is it?

  • Thread starter Thread starter sapator
  • Start date Start date
S

sapator

Hi.
Can someone tell me , one the first screen of the smartphone 2003 you see
your mail, your callender etc. But what controls are they? I don't think they
are listview items because their arrangement is not so close to each other.
If they were pictureboxes then i don't know of a way to navigate to each on
of them. Any ideas?
 
They are custom drawn home screen plugins. You can't write homescreen
plugins in managed code, but you can write a native home screen plugin which
you can pass data to from a managed application. On MSDN there is a sample
using this technique for a Pocket PC Today Screen plugin - however the
Pocket PC and Smartphone Today and Home screen architectures are different
so you can't follow this example exactly.

Peter
 
Peter said:
They are custom drawn home screen plugins. You can't write homescreen
plugins in managed code, but you can write a native home screen plugin which
you can pass data to from a managed application. On MSDN there is a sample
using this technique for a Pocket PC Today Screen plugin - however the
Pocket PC and Smartphone Today and Home screen architectures are different
so you can't follow this example exactly.

Peter
Hi.
Can someone tell me , one the first screen of the smartphone 2003 you see
[quoted text clipped - 5 lines]
on
of them. Any ideas?

Yes this does not seem to work on a smartphone.
And i can't find a way to make items appear close to each other, like the
custom drawn items on the home screen. I only have a listview control in
smartphone 2003 :(
 
Back
Top