Hi,
I found out that in .NET Framework 4, there is a PreviewKeyDownHandler Event in the Form Class which I noticed that Door.dll is not supporting.
In WinCE/WinMobile, there is no need to use this Event as everything will be trigger if KeyPreview = true. However, I noticed that for Window Embedded Standard, this is not true. Some of the keys like "Tab", "Enter", "Up", "Down", "Left", "Right" keys are not functioning as such under keyPress Event or Key Event.
We have tried to add in this Event into the dictionary of Door.dll, however, this keyevent is not even fired at all. If possible, can you please let know how whether the current B4PPC form does support this previewkeydown event?
If so, how can we trigger that event to fire?
Thanks heap.
Cheers,
Desmond
I found out that in .NET Framework 4, there is a PreviewKeyDownHandler Event in the Form Class which I noticed that Door.dll is not supporting.
In WinCE/WinMobile, there is no need to use this Event as everything will be trigger if KeyPreview = true. However, I noticed that for Window Embedded Standard, this is not true. Some of the keys like "Tab", "Enter", "Up", "Down", "Left", "Right" keys are not functioning as such under keyPress Event or Key Event.
We have tried to add in this Event into the dictionary of Door.dll, however, this keyevent is not even fired at all. If possible, can you please let know how whether the current B4PPC form does support this previewkeydown event?
If so, how can we trigger that event to fire?
Thanks heap.
Cheers,
Desmond