Thanks...
P.S. I read the microsoft helper
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceddk40/html/_wceddk_touchpanelenable.asp),
but this dont help me...
P.P.S. I using C# for this..
*/
Paul T.
"Edward E. Martins" <martins...@hotmail.com> wrote in message
news:%23ZbIdqG...@TK2MSFTNGP15.phx.gbl...
Paul T.
"Edward E. Martins" <martins...@hotmail.com> wrote in message
news:OTP1zlIN...@TK2MSFTNGP12.phx.gbl...
RAWINPUTDEVICE myRawDevice = new RAWINPUTDEVICE();
myRawDevice.usUsagePage = 0x01;
myRawDevice.usUsage = 0x02;
myRawDevice.dwFlags = RIDEV_NOLEGACY;//adds HID mouse and also ignores
legacy mouse messages
RegisterRawInputDevices(&myRawDevice, 1, (uint)sizeof(RAWINPUTDEVICE));
This function in my PC(WXP) run ok, but in the PPC(WCE) not, but this
function is in User32.dll.
You know another way to enable/disable the touch screen using compact
framework...???
--
Message posted via http://www.dotnetmonster.com
Paul T.
"Edward E. Martins Jr. via DotNetMonster.com" <fo...@DotNetMonster.com>
wrote in message news:731aef804bf943b3...@DotNetMonster.com...
Paul T.
"Edward E. Martins Jr. via DotNetMonster.com" <fo...@DotNetMonster.com>
wrote in message news:73798fd413914d21...@DotNetMonster.com...
Paul T.
"Edward E. Martins Jr. via DotNetMonster.com" <fo...@DotNetMonster.com>
wrote in message news:90605c724f624061...@DotNetMonster.com...
--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
"Edward E. Martins Jr. via DotNetMonster.com" <fo...@DotNetMonster.com>
wrote in message news:90605c724f624061...@DotNetMonster.com...
Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
Paul T.
"Sergey Bogdanov" <sergey....@gmail.com> wrote in message
news:uSyutgTN...@tk2msftngp13.phx.gbl...