Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

Erasing Ink in Silverlight 2
Another frequently asked question around inking in Silverlight is about erasing Ink strokes after they have been collected or loaded. Unlike WPF or the Tablet SDK for COM & Winforms, Silverlight does not come with controls that have built-in eraser Read More...
Saving Ink to IsolatedStorage with Silverlight 2
One of the questions I have seen quite a few times in the Silverlight.net forums is how to persists (and de-persists) ink in Silverlight 2. Unlike WPF, Silverlight does not support a binary persistence format (ISF), but you can write some code to save Read More...
TabletPC Development Gotchas Part 7: Detecting the input device in Silverlight 2
When writing an application that supports multiple input devices (mouse, stylus, touch) it is often neccessary to detect which type of device is sending the input events.Silverlight 1.0 offered a DeviceType property on the StylusInfo object that gets Read More...
Page view tracker