From: Noppanit Charassinvichai on

I have been trying to create my own auto pressing keypad program, by
using C#. I searched through google and found you blog which is very
useful for me. However, I have such a problem about accessing keypad
program in iPaq. I need some advice, if it doesn't bother you so much.
I would like to develop a program which can press the keypad in pocket
pc's built-in phone program. For instance, When I make an
international call, I have to press a very long password from my card
phone or something like that. So, I would like my program to do those
task for me. Would you please provide me some information, like where
do I have to look first, which API do I have to call or anything? If
you could provide me an example would be grateful.
From: Michael Salamone on
I don't know if there is managed class/method for this.

You might also check www.opennetcf.com. They may have it. Even if they
don't you probably find other things you need there.

If not, check keybd_event which you'd have to P/Invoke.

http://msdn.microsoft.com/en-us/library/aa928103.aspx

--
Michael Salamone, eMVP
Entrek Software, Inc.
www.entrek.com


"Noppanit Charassinvichai" <toy.Newbie(a)gmail.com> wrote in message
news:a11a6ad1-a8f5-4885-b23e-9f23f58a622f(a)j1g2000prb.googlegroups.com...
>
> I have been trying to create my own auto pressing keypad program, by
> using C#. I searched through google and found you blog which is very
> useful for me. However, I have such a problem about accessing keypad
> program in iPaq. I need some advice, if it doesn't bother you so much.
> I would like to develop a program which can press the keypad in pocket
> pc's built-in phone program. For instance, When I make an
> international call, I have to press a very long password from my card
> phone or something like that. So, I would like my program to do those
> task for me. Would you please provide me some information, like where
> do I have to look first, which API do I have to call or anything? If
> you could provide me an example would be grateful.

From: Chris Tacke, MVP on
I recall Neil Cowburn blogging something that did exactly this - somewhere
around a year ago if I were to guess. His solution was more elegant,
setting it to autodial the password numbers after the call was made.

-Chris


"Noppanit Charassinvichai" <toy.Newbie(a)gmail.com> wrote in message
news:a11a6ad1-a8f5-4885-b23e-9f23f58a622f(a)j1g2000prb.googlegroups.com...
>
> I have been trying to create my own auto pressing keypad program, by
> using C#. I searched through google and found you blog which is very
> useful for me. However, I have such a problem about accessing keypad
> program in iPaq. I need some advice, if it doesn't bother you so much.
> I would like to develop a program which can press the keypad in pocket
> pc's built-in phone program. For instance, When I make an
> international call, I have to press a very long password from my card
> phone or something like that. So, I would like my program to do those
> task for me. Would you please provide me some information, like where
> do I have to look first, which API do I have to call or anything? If
> you could provide me an example would be grateful.

From: Noppanit Charassinvichai on
On Jun 23, 10:42 am, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com>
wrote:
> I recall Neil Cowburn blogging something that did exactly this - somewhere
> around a year ago if I were to guess. His solution was more elegant,
> setting it to autodial the password numbers after the call was made.
>
> -Chris
>
> "Noppanit Charassinvichai" <toy.New...(a)gmail.com> wrote in message
>
> news:a11a6ad1-a8f5-4885-b23e-9f23f58a622f(a)j1g2000prb.googlegroups.com...
Would you please give use his website?
>
>
> > I have been trying to create my own auto pressingkeypadprogram, by
> > using C#. I searched through google and found you blog which is very
> > useful for me. However, I have such a problem about accessingkeypad
> > program in iPaq. I need some advice, if it doesn't bother you so much.
> > I would like to develop a program which can press thekeypadin pocket
> > pc's built-in phone program. For instance, When I make an
> > international call, I have to press a very long password from my card
> > phone or something like that. So, I would like my program to do those
> > task for me. Would you please provide me some information, like where
> > do I have to look first, which API do I have to call or anything? If
> > you could provide me an example would be grateful.

From: Chris Tacke, MVP on
I just Googled "Neil Cowbun Blog" and not surprisingly it was the #1 result.
I then did a search on his site for "dial" and the article I recall came up
as somewhere around #5 - dated March 9, 2007 (so my guess at about a year
ago was pretty close).

-Chris


"Noppanit Charassinvichai" <toy.Newbie(a)gmail.com> wrote in message
news:3730f8fa-64f6-41ab-8730-ef4edbc4fe3d(a)u6g2000prc.googlegroups.com...
> On Jun 23, 10:42 am, "Chris Tacke, MVP" <ctacke.at.opennetcf.dot.com>
> wrote:
>> I recall Neil Cowburn blogging something that did exactly this -
>> somewhere
>> around a year ago if I were to guess. His solution was more elegant,
>> setting it to autodial the password numbers after the call was made.
>>
>> -Chris
>>
>> "Noppanit Charassinvichai" <toy.New...(a)gmail.com> wrote in message
>>
>> news:a11a6ad1-a8f5-4885-b23e-9f23f58a622f(a)j1g2000prb.googlegroups.com...
> Would you please give use his website?
>>
>>
>> > I have been trying to create my own auto pressingkeypadprogram, by
>> > using C#. I searched through google and found you blog which is very
>> > useful for me. However, I have such a problem about accessingkeypad
>> > program in iPaq. I need some advice, if it doesn't bother you so much.
>> > I would like to develop a program which can press thekeypadin pocket
>> > pc's built-in phone program. For instance, When I make an
>> > international call, I have to press a very long password from my card
>> > phone or something like that. So, I would like my program to do those
>> > task for me. Would you please provide me some information, like where
>> > do I have to look first, which API do I have to call or anything? If
>> > you could provide me an example would be grateful.
>