any help would be appreciated.

Re: how to insert an item into phone book main interface list ctrl. the item can reflect the user click and then turn to summary dialog. by Peter

Peter
Fri Apr 06 04:11:39 CDT 2007

You can add items into the Contacts collection using Pocket Outlook Object
Model (POOM). Either using the native COM interface, or in managed code with
Windows Mobile 5.0 and above using the Microsoft.WindowsMobile.PocketOutlook
assembly. These are documented in the SDKs and there is sample code also.

Peter

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com

"yannankai" <yannankai@gmail.com> wrote in message
news:uMvHf3$dHHA.4468@TK2MSFTNGP03.phx.gbl...
> any help would be appreciated.
>
>
>


Re: how to insert an item into phone book main interface list ctrl. the item can reflect the user click and then turn to summary dialog. by yannankai

yannankai
Fri Apr 06 09:21:32 CDT 2007

thank for your reply.

in fact, i want to shield user's search input on the contact main interface.
i will do this job by myselfe.

if i use "Contacts collection " , i will insert or delete contact. i think
it's not a efficiency scheme.


"Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
news:03215AC4-FE9C-4BCE-B4AD-67C1A13D8E7E@microsoft.com...
> You can add items into the Contacts collection using Pocket Outlook Object
> Model (POOM). Either using the native COM interface, or in managed code
> with Windows Mobile 5.0 and above using the
> Microsoft.WindowsMobile.PocketOutlook assembly. These are documented in
> the SDKs and there is sample code also.
>
> Peter
>
> --
> Peter Foot
> Device Application Development MVP
> www.peterfoot.net | www.inthehand.com
>
> "yannankai" <yannankai@gmail.com> wrote in message
> news:uMvHf3$dHHA.4468@TK2MSFTNGP03.phx.gbl...
>> any help would be appreciated.
>>
>>
>>
>