T
Theodore Dervenis
Hello all,
We have an application that is written in C# in order to
run on Pocket PC 2.0
Our problem is that all controls ignore the "Tab" key of
the keyboard in their Key_Down - Key_Press etc events
handlers. It seems that the .NET Form is not aware that
the Tab Key is pressed.
This is a big limitation because our customers use a
professional Symbol device with a small keyboard on it (it
also has a barcode scanner) and the Tab key is ignored.
We do not have a lot a experience in Win API to try to
handle the pressing of the Tab Key, so any link or sample
code would be extremely usesful.
Thank you in advance.
We have an application that is written in C# in order to
run on Pocket PC 2.0
Our problem is that all controls ignore the "Tab" key of
the keyboard in their Key_Down - Key_Press etc events
handlers. It seems that the .NET Form is not aware that
the Tab Key is pressed.
This is a big limitation because our customers use a
professional Symbol device with a small keyboard on it (it
also has a barcode scanner) and the Tab key is ignored.
We do not have a lot a experience in Win API to try to
handle the pressing of the Tab Key, so any link or sample
code would be extremely usesful.
Thank you in advance.