|
|
|
start date: Fri, 17 Aug 2007 06:21:28 -0700,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
unknown
|
|
2
ctacke/ ctacke[at]opennetcf[dot]com
|
|
3
Marcelo Muzilli
|
|
4
ctacke/ ctacke[at]opennetcf[dot]com
|
|
5
dbgrick
|
Keypad activation or de-activatvation in runtime
I have an application developed in C# (compact framework) and I would
like to activate or de-activate the keypad in runtime.
Do you know if Windows Mobile has an API for this? If there is, how
can I call it?
Or, if you knwo another way to do this, please help me!!!
Thank you in advance,
Marcelo Muzilli
Date:Fri, 17 Aug 2007 06:21:28 -0700
Author:
|
Re: Keypad activation or de-activatvation in runtime
When you say "keypad" do you mean the SIP? If so, look at the InputPanel
control.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
wrote in message
news:1187356888.821971.231090@r23g2000prd.googlegroups.com...
>I have an application developed in C# (compact framework) and I would
> like to activate or de-activate the keypad in runtime.
>
> Do you know if Windows Mobile has an API for this? If there is, how
> can I call it?
>
> Or, if you knwo another way to do this, please help me!!!
>
> Thank you in advance,
>
> Marcelo Muzilli
>
Date:Fri, 17 Aug 2007 08:49:25 -0500
Author:
|
Re: Keypad activation or de-activatvation in runtime
<ctacke/> escreveu:
> When you say "keypad" do you mean the SIP? If so, look at the InputPanel
> control.
>
>
I don't know what you are meaning with SIP, but I would like to control
the Keypad (Block Recognizer/Keyboard/Letter Recognizer/Transcriber).
Thanks,
MM
Date:Fri, 17 Aug 2007 11:07:39 -0300
Author:
|
Re: Keypad activation or de-activatvation in runtime
That's not a keypad. That's the Soft Input Panel (SIP). A keypad typically
is physical buttons, like on a phone device. You need to use the InputPanel
component.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"Marcelo Muzilli" wrote in message
news:uMQ36fN4HHA.5740@TK2MSFTNGP04.phx.gbl...
> <ctacke/> escreveu:
>> When you say "keypad" do you mean the SIP? If so, look at the InputPanel
>> control.
>>
>>
>
> I don't know what you are meaning with SIP, but I would like to control
> the Keypad (Block Recognizer/Keyboard/Letter Recognizer/Transcriber).
>
> Thanks,
>
> MM
Date:Fri, 17 Aug 2007 09:29:31 -0500
Author:
|
Re: Keypad activation or de-activatvation in runtime
To prevent user input from the keyboard, you would need to intercept the key
up, key down and key press events and then set the handled boolean to true.
Be very careful or you might get into a state where you have to pop the
battery to allow input.
Rick D.
Contractor
"<ctacke/>" wrote:
> That's not a keypad. That's the Soft Input Panel (SIP). A keypad typically
> is physical buttons, like on a phone device. You need to use the InputPanel
> component.
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Managed Code in an Embedded World
> www.OpenNETCF.com
>
>
> "Marcelo Muzilli" wrote in message
> news:uMQ36fN4HHA.5740@TK2MSFTNGP04.phx.gbl...
> > <ctacke/> escreveu:
> >> When you say "keypad" do you mean the SIP? If so, look at the InputPanel
> >> control.
> >>
> >>
> >
> > I don't know what you are meaning with SIP, but I would like to control
> > the Keypad (Block Recognizer/Keyboard/Letter Recognizer/Transcriber).
> >
> > Thanks,
> >
> > MM
>
>
>
Date:Fri, 17 Aug 2007 08:08:05 -0700
Author:
|
|
|