How do I enable and disable the touchscreen? I can not with the library touch.dll eith its two functions DdsiTouchPanelEnable() and DdsiTouchPanelDisable() ... If I import them in C# gives me error that is not at runtime... [DllImport("touch", setlasterror ) true] private static extern bool DdsiTouchPanelEnable();
Enable/Disable touchPanel
touch.dll functions: http://msdn.microsoft.com/en-us/library/ms896259%28v=MSDN.10%29.aspx any ideas?