Nancy and I are working on a series of short videos for msdev – each one focuses on developing for Windows 7 and each one is less than 7 minutes long! I just posted the first six of mine this morning – here’s the list (with links to source code!)
- Windows 7 Taskbar “Thumb Buttons” [code]
- Windows 7 Taskbar Icon Overlays [code]
- Windows 7 Taskbar Jump Lists [code]
- Windows 7 Taskbar “Hot Colors” [code]
- Windows 7 Touch [code]
- Windows 7 Multitouch [code]
Enjoy!
UPDATE: More videos just posted!
- Programming with Inertia in Windows 7 [code]
- “Manipulation” in WPF and Windows 7 [code]
- Windows 7 Gestures [code]
- Windows 7 and Ink [code]
- Handwriting Recognition in Windows 7 [code]
- Handwritten Math Recognition in Windows 7 [code]
Regarding the last video (math recognition), credit for the “MathML to C#” application belongs to Dmitri Nesteruk. You can find his “mmlsharp” application at Google Code (although I downloaded the source from CodePlex). You can also read his original article about the application.