Can I access the contacts list inside a VB.NET program.

  • Thread starter Thread starter JamesL
  • Start date Start date
J

JamesL

Is there a way to access the contacts list inside a VB.NET program. I do
not want to display the list in it's native environment however. I am
looking to display just the names in my own Vb form.

James Lysaght
 
In CF 1.0 (VS2003) you need to use a managed POOM wrapper. One is available
either from InTheHand.com or from MSDN downloads.
In CF 2.0 you can import the appropriate type library and use COM interop to
call directly into POOM objects
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top