A
amiga500
Hello,
I am developing in Visual Basic.NET for Symbol PocketPC Windows CE
5.0. I need to ask one question, I need to disable the Alpha and Func
key in the keybad of the scanner using .NET Compact for the PocketPC.
I tried to use this code
....
Imports Symbol.Keyboard
.....
.....
.....
Private Sub DocumentItems_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim objSymbolKeyPad As New KeyPad
Dim intFunc As Integer = 128
objSymbolKeyPad.SetKeyState(intFunc, 0, False)
End Sub
Problem is it doesn't work. When I run the program and I go to the
text field to enter values then I press one of the Alpha or Func key
and then enter further data to the text field nothing happens. I have
to press the button again before it enters information into the text
field, that is what I want to prevent. I want to TURN OFF certain keys
in the keybad until I turn it back on. Does anyone have any advice in
this regard? Thanks in advance.
I am developing in Visual Basic.NET for Symbol PocketPC Windows CE
5.0. I need to ask one question, I need to disable the Alpha and Func
key in the keybad of the scanner using .NET Compact for the PocketPC.
I tried to use this code
....
Imports Symbol.Keyboard
.....
.....
.....
Private Sub DocumentItems_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Dim objSymbolKeyPad As New KeyPad
Dim intFunc As Integer = 128
objSymbolKeyPad.SetKeyState(intFunc, 0, False)
End Sub
Problem is it doesn't work. When I run the program and I go to the
text field to enter values then I press one of the Alpha or Func key
and then enter further data to the text field nothing happens. I have
to press the button again before it enters information into the text
field, that is what I want to prevent. I want to TURN OFF certain keys
in the keybad until I turn it back on. Does anyone have any advice in
this regard? Thanks in advance.