Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
End Users
Pocket PCActiveSyncMultimediaEBooksWirelessSmartPhones
Developers
Windows MobileSmartPhonesWinCE ProgrammingVB for WinCEVC++ for WinCEPlatform BuilderTest Tools
PocketPC DirectoryFree SoftwareWeb Resources
Related Topics
PalmMobile PhonesMore Topics ...

Pocket PC Forum / Developers / Windows Mobile / September 2009

Tip: Looking for answers? Try searching our database.

Open Task item

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Michael Popp - 25 Sep 2009 16:11 GMT
Hello!

I'd like to save a reference to a task item in pocket outlook (WinCE 5) and
then later open the item. In Win CE 3, i used OId identifier and then opened
it by
Task1=App1.GetItemFromOid(OId)
Task1.Display

I just guess Oid now is ItemId; and Display now is ShowDialogue. But I
cannot find anything like GetItemFromOid which would allow me to find the
right Task item. Does anyone know?

Thank you, best regards
Michael
Peter Foot - 28 Sep 2009 22:33 GMT
The Task constructor accepts an ItemId so you can use the following:-

Task task1 = new Task(new ItemId(oid));
task1.ShowDialog();

Regards,

Peter

Signature

Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility

> Hello!
>
[quoted text clipped - 10 lines]
> Thank you, best regards
> Michael
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.