J
joe.radjavitch
Hello,
I have a .NET CF Application where I am trying to capture the PTT
press and release for a WM6 device (Treo Pro and AT&T Tilt).
I have WndProc defined in my form and I put a breakpoint when I
switch
on the message.
When I press and hold the PTT buttton, I receive the following
messages:
msg: 0xD (WM_GETTEXT)
wParam: 0xID
then:
msg: 0x101 (WM_KEYUP)
wParam: 0xc6
When I release the PTT button, I receive the following messages:
msg: 0xD (WM_GETTEXT)
wParam: 0x1D
Why am I getting an WM_KEYUP when the button is still pressed?
Thanks,
JR
I have a .NET CF Application where I am trying to capture the PTT
press and release for a WM6 device (Treo Pro and AT&T Tilt).
I have WndProc defined in my form and I put a breakpoint when I
switch
on the message.
When I press and hold the PTT buttton, I receive the following
messages:
msg: 0xD (WM_GETTEXT)
wParam: 0xID
then:
msg: 0x101 (WM_KEYUP)
wParam: 0xc6
When I release the PTT button, I receive the following messages:
msg: 0xD (WM_GETTEXT)
wParam: 0x1D
Why am I getting an WM_KEYUP when the button is still pressed?
Thanks,
JR