|
Posted by Webstar on December 21, 2006, 4:00 am
Please log in for more thread options Hi, thanks for your answer.
KeyPreview is true, also tried it with false, I tried capturing the
KeyDown-Event in the form aswell as in the Control-Object which lies in the
form. It seems as if the system is blocking the handling of this Key-Events.
Has anybody an idea?
"Fabien" wrote:
> Hi,
>
> Did you set the property KeyPreview of your Form to true?
>
> BR
>
>
> Fabien Decret
> Windows Embedded Consultant
>
> ADENEO (ADESET)
> http://www.adeneo.adetelgroup.com/
>
> Webstar a icrit :
>
> > Hi, I'm writing an application for a windows mobile 5.0 smartphone.
> >
> > I wonder if it is possible to reconfigure the talk, end, home and back key
> > in managed code (with C#). I already tried to capture the F3 and F4 keys in
> > the eventhandler for the KeyDown-event, but that didn't work. Is there a
> > possibility to enable them?
> >
> > I already searched in this Discussion Group, but couldn't find answers.
> > Please help!
> >
> > Thanks in advance, Markus.
>
>
|