Disable the mousepad on a IPaq 4700

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

LS,

We have build a graphics application on top of a GIS (mapping) application
where the user has to draw on the screen. When drawing it happens quite often
that the user touches the mousepad on the Ipaq and that the map (on the
screens) moves.

Is there a way to disable the mousepad programmatically.
We are using VB.net
 
Mousepad? The touchscreen? No, there's no 'standard' way to do that, and
it would be very unfriendly to the user to turn off his ability to use the
touchscreen entirely while your program is running. You can ignore all
mouse messages, if you want, in your own application. The easiest way I can
think of to do this is with the OpenNETCF ApplicationEx class and a message
filter.

Paul T.
 
Back
Top