I'm using the following example. http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.input.pointereventhandler?cs-save-lang=1&cs-lang=vb#code-snippet-1 I've tried modifying it a few different ways but am not able to make touch work to draw with on the screen. The program fails on this function Public Function InkCanvas_PointerPressed(sender As Object, e As PointerRoutedEventArgs) 'Get information about the pointer location Dim pt [...] read more