From: Avinash on
Hi,

i am developing an application for Pocket PC (WM 6.1) and the application has
a requirment as mentioned below:



1. When the edit control gets the focus, SIP should be displayed.

2. When the user starts entering characters, application should search for
the string that starts with the characters entered, in the data base and
display the search result in the auto completion window which popsup from the
SIP.



I am able to display the SIP and search for the strings in the database but
the prob is i am not able to display the search result in the auto completion
window of SIP.



Please help me out in solving this prob.

--
Avinash Malipatil.
"Leave your mark on the sands of time"
From: Michael Salamone on
Are you adding words to your proprietary database? If so, you might try
instead IFEDictionary. Look it up in the Windows Mobile SDK. I've not
tried this myself, but hopefully you can add words to that and the SIP would
search that database automatically for you.

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


"Avinash" <Avinash(a)discussions.microsoft.com> wrote in message
news:819EADC6-3C6D-4AE9-A8E3-B9896EC16EC6(a)microsoft.com...
> Hi,
>
> i am developing an application for Pocket PC (WM 6.1) and the application
> has
> a requirment as mentioned below:
>
>
>
> 1. When the edit control gets the focus, SIP should be displayed.
>
> 2. When the user starts entering characters, application should search for
> the string that starts with the characters entered, in the data base and
> display the search result in the auto completion window which popsup from
> the
> SIP.
>
>
>
> I am able to display the SIP and search for the strings in the database
> but
> the prob is i am not able to display the search result in the auto
> completion
> window of SIP.
>
>
>
> Please help me out in solving this prob.
>
> --
> Avinash Malipatil.
> "Leave your mark on the sands of time"