touch

  1. V

    Question How to toggle the touch pointer programmatically

    I wanted to know how to toggle the touch pointer on and off using vb.net express 2010 and win7 pro You can do it in windows 7 control panel like this :- To turn the touch pointer on or off in Control Panel Open Pen and Input Devices by tapping the Start button...
  2. N

    Getting current point from Manipulation events

    I have an application in which I want to get the point currently being touched during a Manipulation event. I currently have the following test code: <Grid> <Image Name="imgManipulation" HorizontalAlignment="Left" Stretch="None" VerticalAlignment="Top" Height="750" Width="480"/> </Grid>...
Back
Top