Today画面を表示する

ここで見つけました。
http://www.pocketpcdn.com/forum/viewtopic.php?t=1429&highlight=today

SmartKeyboardのドライバに組み込むつもりです。
// Find the Today screen and bring it to the front.
HWND top = FindWindow(TEXT("DesktopExplorerWindow"),TEXT("Desktop"));
if (top != NULL)
SetForegroundWindow(top);