Disable Windows 7 touch animation in WPF
        Posted  
        
            by Ian Oakes
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ian Oakes
        
        
        
        Published on 2009-11-14T02:04:50Z
        Indexed on 
            2010/04/17
            6:43 UTC
        
        
        Read the original article
        Hit count: 325
        
wpf
In Windows 7 when you touch the screen there is a short animation that occurs at the touch point.
In my WPF app I want to display my own touch points, without showing the one supplied by Windows.
Any ideas on how to disable them in an app?
© Stack Overflow or respective owner