Calendar List View

Windows Mobile SupportedWindows Embedded CE Not Supported

8/28/2008

This code sample is named CalendarView. It illustrates how to use the Pocket Outlook Object Model (POOM) IItem interface for IAppointment items, and POOM Notifications. It displays a list-view with all appointments.

Feature Area

Pocket Outlook Object Model (POOM)

Message Queue Reference

Relevant APIs

IDispatch interface

IFolder interface

IItem interface

InitCommonControlsEx structure

INITCOMMONCONTROLSEX structure

IPOutlookItemCollection interface

LoadCursor function

LVCOLUMN structure

LVITEM structure

MSG structure

SetCursor function

SHINITDLGINFO structure

SHMENUBARINFO structure

To run the code sample

  1. Navigate to the solution file (*.sln), and double-click it. By default, the solution file is copied to the following folder:

    C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\win32\CalendarView

    Microsoft Visual Studio 2005 launches and loads the solution.

  2. Build the solution (Ctrl+Shift+B).

  3. Deploy the solution (F5).

Development Environments

Pocket PC SDK: Windows Mobile 6 Professional SDK 

Development Environment: Visual Studio 2005.

ActiveSync: Version 4.5.

Comments

It is assumed that you have already created a few IAppointment items.

See Also

Concepts

Code Samples for Windows Mobile
List Views
Owner Drawn List-View
Virtual List-View