Disable alpha-mode ?

  • Thread starter Thread starter arnodieter
  • Start date Start date
A

arnodieter

I'm working on a NetCF2.0 application for scanning and entering EAN-barcodes
and quantities. The app is running on an Motorola/Symbol MC1000 device. This
device has a separate key for activating the alpha-mode (like on a mobile
handy).

Cause users often activate the alpha mode erroneouly I want to disable the
activation of the alpha mode.
Is this possible? I guess when it's possible it shurely is a p/invoke into
the OS. Any tips?

Regards
 
Use the Symbol SDK (support.symbol.com), class Symbol.Keyboard.KeyPad. In
the event AlphaNotify switch the mode back using the property AlphaMode.

Regards,
Dex
 
Back
Top