PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Finding or creating a text phrase program or service ?!?!

Reply

Finding or creating a text phrase program or service ?!?!

 
Thread Tools Rate Thread
Old 29-11-2006, 07:32 PM   #1
SuperRobot5000
Guest
 
Posts: n/a
Default Finding or creating a text phrase program or service ?!?!


Hi there,

I was wondering if any of you guys know of an existing application or a
way to develop a program that allows me to push a button on my
PocketPC, which will open up a dropdown (or something) that has a list
of pre-defined phrases?

Our company has 100 field service engineers which will use PocketPC's
to update their labour entries for work that they do, and we want to
provide them a way to easily enter commonly used text phrases into a
few different programs on the PocketPC.

Phrases like "Call customer xxxxxx on phone number xxxxxx service
arranged for xx/xx/xx xx:xx" or "Travelled to site and met with
contact".

Now, I don't know if a simple program/service like this exists or not,
but if it doesn't how would I go about developing something like this?

My skills are mainly in .NET development, so if a solution using the
CompactFramework is possible, that would be great! )


Please Help!

  Reply With Quote
Old 29-11-2006, 07:43 PM   #2
Paul G. Tobey [eMVP]
Guest
 
Posts: n/a
Default Re: Finding or creating a text phrase program or service ?!?!

How you access it will control whether Compact Framework will be usable or
not. It *sounds* to me like a Software Input Panel, which has to be in
native code. Pushing the phrases into the keyboard buffer is no big deal
(read the earlier messages today about PostKeybdMessage and keybd_event).
Figure out how you want to access it and maybe someone can advise you
further. If you just want to add it to your own program and put the phrases
on your application menu, you're pretty much done (you don't really need
PostKeybdMessage or keybd_event if the focused window is in your own
application).

Paul T.

"SuperRobot5000" <vimal.naran@gmail.com> wrote in message
news:1164828759.251861.9260@l39g2000cwd.googlegroups.com...
> Hi there,
>
> I was wondering if any of you guys know of an existing application or a
> way to develop a program that allows me to push a button on my
> PocketPC, which will open up a dropdown (or something) that has a list
> of pre-defined phrases?
>
> Our company has 100 field service engineers which will use PocketPC's
> to update their labour entries for work that they do, and we want to
> provide them a way to easily enter commonly used text phrases into a
> few different programs on the PocketPC.
>
> Phrases like "Call customer xxxxxx on phone number xxxxxx service
> arranged for xx/xx/xx xx:xx" or "Travelled to site and met with
> contact".
>
> Now, I don't know if a simple program/service like this exists or not,
> but if it doesn't how would I go about developing something like this?
>
> My skills are mainly in .NET development, so if a solution using the
> CompactFramework is possible, that would be great! )
>
>
> Please Help!
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off