RE: Generic Interface Question (.net 4.0)

2010-11-07 Thread James Chapman-Smith
Hi Wolfgang, Try this: public interface IItemPersistor { void Save(object item); } public interface IItemPersistor : IItemPersistor { new void Save(T item); } class PersonPersistor : IItemPersistor { public void Save(Pers

Re: Passing a Form as owner to System.Windows.MessageBox.Show()

2010-11-07 Thread Matt Siebert
Thanks Greg, but the problem isn't getting the Window, I've got WPF user controls hosted on a Form (i.e. WinForms) and I can get the Form that's hosting the controls but I can't pass that as an owner to the WPF version of MessageBox.Show(). I'm using a Form instead of a Window simply because the F

RE: [OT] WP7 Handset/device

2010-11-07 Thread Anthony
Same here...i am thinking android as my next phone...taking this ability away is crazy! Do they listen to customers or only their corporate customers? Sounds like a money making decision...give the Telco more money money for increased data usage -Original Message- From: ozdotnet-boun

RE: [OT] WP7 Handset/device

2010-11-07 Thread Greg Low (GregLow.com)
Hi Tony, My current iPhone does this just fine. I find it incredible that the WP7 devices won't be able to. Regards, Greg -Original Message- From: Tony Wright [mailto:ton...@tpg.com.au] Sent: Sunday, 7 November 2010 7:14 PM To: g...@greglow.com; 'ozDotNet' Subject: RE: [OT] WP7 Handset

RE: [OT] WP7 Handset/device

2010-11-07 Thread Tony Wright
Hi Greg, Did you have a phone (or phones) that do sync well with Outlook, regardless of whether you're wirelessly connected? Regards, Tony -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Low (GregLow.com) Sent: Sunday, 7 Nov

Re: Generic Interface Question (.net 4.0)

2010-11-07 Thread Wolfgang Von Steinberg
Hi James, Thank you for your response, I am not fussed about what to use as long as I can get it working. This is what I have got so far: public interface IItemPersisor { void Save(object item); } public interface IItemPersisor : IItemPersisor { void Save(T item); } but now

RE: [OT] WP7 Handset/device

2010-11-07 Thread Greg Low (GregLow.com)
Hi John, My biggest concern was the inability to sync with Outlook except through wireless. I can't imagine anyone enabling data roaming and I can't live without sync while travelling. Regards, Greg -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet