I am populating a listbox from a webcclient, the data is binded to the listbox and not saved anywhere..
http://www.youtube.com/watch?v=yum7HkAwDmI I have attached a Video for you lot to look at, so you can see what I mean, sorry for the choppy recording the conversion did that...
This is probably an easy one... I have a Listbox with a ContextMenu embedded in it, and every time the ContextMenu appears, the Listbox changes its background to opaque black. How do I prevent this fr
i am currently working on handling tombstoning for my app. to tombstone my app, i navigate 2 pages into my app (from the first page). i then hit the home button, then i hit the back button to get back
I need to rotate a WriteableBitmap and scale it down or up before it gets cropped. My current code will rotate but will crop the edges if the height is larger then the width.
I created a pivot in Xaml. The pivot has 4 items. On every pivot there is a storyboard animation created by following code:
In my app I\'m displaying some info about users in a listbox. I\'ve got most of the stuff as I want, but the layout is bugging me a bit.
I am trying to read a xml file from the web and parse it out using XDocument. It normally works fine but sometimes it gives me this error for day:
I am using azure aql as a backend for a windows phone app I am writing. I expose the db using odata protocol, and using the odata client library to read and write db. I am having a problem to insert C
I have found a tutorial how to run Scala on .NET: http://hestia.typepad.com/flatlander/2009/01/getting-started-with-scala-on-net.html