If you think that this is a screenshot of the Today screen then you're mistaken:

In fact, it's the owner-drawn ListBoxEx control from our SDF at OpenNETCF. There was only one line of code had been writen to make it look like Today screen:
listBoxEx1.BackgroundImage =
new Bitmap(@"\windows\stwater.gif");
All other settings have been done in the VS IDE designer.