This previous post had me thinking that the WPF application that I built across these posts; Live Framework SDK - More Steps Live Framework SDK - Having a Single MeshObject Live Framework SDK - Adding a Silverlight MEWA would start to improve if I offered the opportunity to "invite others" to shared...
Following up from this post , I'd been playing around a little with using my Virtual Earth control and I realised that it wasn't really working :-) The main problem was that I was tending to call VEMap.Find() more than once at the same time and I'd read the docs and hadn't fully understood that when...
Following on from here , I thought I'd add a little bit of pushpin support to my basic Virtual Earth control for WPF. Essentially, I added a new property to the control called PushPins and each one of those is just a tuple of; { Latitude, Longitude, Text } to be placed on the map. This means that from...
WPF Version 3.5 Service Pack 1 has a new WebBrowser control as I talked about a little here; http://channel9.msdn.com/posts/mtaulty/WPF-35-Sp1-WebBrowser-Control/ and some of the nice things about the control are; It can load HTML from a Stream or a string - i.e. you don't have to hit the web. You can...