2009年7月3日 星期五

Windows 7 Multi-touch Using WPF

Windows 7 Multi-touch Using WPF

[DllImport("user32.dll")]
public static extern bool SetProp(IntPtr hWnd, string lpString, IntPtr hData);

SetProp(HWND, "MicrosoftTabletPenServiceProperty", new IntPtr(0x01000000));


WPF Windows 7 Multi-touch
WPF team is working on adding MultiTouch related support for Win7 in WPF.

Disabling Press and Hold in Applications Written for Tablet PC
Powered By Blogger