When a windows phone is connected to the computer and zune is open, apps on the phone can’t access the photos stored on the phone through the photochooser task. If zune is connected the photochooser task will immediately return with e.TaskResult set to TaskResult.Cancel, which is the same return value as if the user had [...]
Tag Archives: C#
A Simple Level Sharing Service
I’ve finished adding a level sharing service to maze-escape. Since working out how to do it was not so easy, I thought I’d share my experiences. It should be fairly simple, upload levels as xml documents using a http post request, and to get them just download that xml document as a string and parse [...]