Prev: Why does switching to a scrollbar not fire a TextBox's FocusLost event?
Next: timeoout - connect to device failed after some succesful connects
From: Karsten Baumann on 3 Dec 2009 04:51 Hello NG, I have a ItemID from a contact and want to show this contact. I cant find a solution, how find a contact with a ItemId in my ContactCollection... Please help me! Karsten
From: Peter Foot on 6 Dec 2009 17:34 There is a constructor for the Contact class which takes an ItemID e.g. Contact c = new Contact(id); c.ShowDialog(); or VB Dim c As New Contact(id) c.ShowDialog() Peter -- 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 "Karsten Baumann" <news(a)kbaumann.de> wrote in message news:B1F4F10A-D84A-42DA-A3E9-646DEEC4A39A(a)microsoft.com... > Hello NG, > > I have a ItemID from a contact and want to show this contact. I cant find > a solution, how find a contact with a ItemId in my ContactCollection... > Please help me! > > Karsten
From: Karsten Baumann on 7 Dec 2009 03:15
"Peter Foot" <feedback(a)nospam-inthehand.com> schrieb im Newsbeitrag news:C34665A3-A163-45C4-A39C-0A70A04C8181(a)microsoft.com... > Dim c As New Contact(id) > c.ShowDialog() > > Peter Thank you very very much!!! Karsten |