vote up 0 vote down star

e.g. i need to create a list of items which mimic the look of the middle column in the windows live email contacts window, in the image below, it's the middle column

https://xjcpfq.bay.livefilestore.com/y1mcKdGcLNwMZhSQuAtGUaDF-u2ZuhyEiRsNu4vnjfMNpdYHc6u2zeHb84_cg1pAGq0yrcRIUgk6AoEdP8dCjzhLJLzb2ZCrVCaRJ1nk3PudX-JRBsLBATDzQ_BFjYaKayyUDoBA2TcRHM/Contacts_thumb%5B2%5D.jpg

I've a devex xtragrid that sort of resembles the look but not quite

Any controls that mimic this or are similar ?

flag

78% accept rate

1 Answer

vote up -1 vote down

Are you also looking to get the contact details? (i.e. the information you see there in the Live contacts - contact image, their details, etc)

link|flag
This should be a comment, not an answer. – Eric Aug 8 at 0:01
No, asking about ui only, not the content – Kumar Aug 10 at 14:59
@Kumar: Thanks for your reply. In that case you should look at the Windows API code Pack (code.msdn.microsoft.com/WindowsAPICodePack). The 1.0 version released last week and there is a very good strongly typed shell heirarchy. You can enumerate to anything in the Shell area (contacts known folder, control panel, regualr folders, zip files, etc), get 670+ system properties for any shell object, plus tons of other Win7/Vista features. – Keeron Aug 16 at 5:11
Thanks, this looks a Win7/vista only feature + requires .net 3.5 sp1.....i was hoping to keep it .net 2.0 ( 22 mb download ) vs. 200+MB.... and support winxp too..... else i really need to look at the datarepeater control in the vb.net power pack – Kumar Aug 26 at 19:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.