Prev: Minimizing an Dialog based application in Windows Mobile 5.0
Next: how to lunch Automatically internet eplorer in windows mobile 6.0
From: pielas on 4 Mar 2010 08:07 Hi, I would like to write program in c++ to edit, create and delete tasks in wm 2003. What is the simplest way to do that?
From: Random on 4 Mar 2010 12:22 On Mar 4, 5:07 am, pielas <pie...(a)discussions.microsoft.com> wrote: > Hi, I would like to write program in c++ to edit, create and delete tasks in > wm 2003. What is the simplest way to do that? Use POOM (Pocket Outlook Object Model) http://msdn.microsoft.com/en-us/library/aa914277.aspx There are some samples on MSDN around using POOM for appointments, but they should serve as a decent starting point for accessing tasks as well.
From: pielas on 4 Mar 2010 13:34 Is this the only way to do that? I'm using embedded visual c++ 4 and I don't have pimstore.h header, and msdn page says that this method requres WM 5 or later but i have WM 2003 SE on my pocket pc.
From: Peter Foot [MVP] on 4 Mar 2010 14:23
The Windows Mobile 2003 SDK has the headers and libs required. Here is the download link:- http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9996b314-0364-4623-9ede-0b5fbb133652 Peter "pielas" <pielas(a)discussions.microsoft.com> wrote in message news:C0FBAC3A-844C-4B14-BAD9-8E265915206C(a)microsoft.com... > Is this the only way to do that? I'm using embedded visual c++ 4 and I > don't > have pimstore.h header, and msdn page says that this method requres WM 5 > or > later but i have WM 2003 SE on my pocket pc. |