byte[] tagData = GetTagBytes(tagID, out tiffDataType, out numberOfComponents); string str = Encoding.ASCII.GetString(tagData);
Facing an interesting issue when I am using WCF Web API with Hammock and WP7. As you know, WCF Web API allows you to change the response type based on what you specify in the Accept header. For e.g. i
Due to my lack of programming experience (3 months) I have been unable to recreate any found examples of the above question. The examples I have found relate to non WP7 Silverlight, camera based savin
I\'m planning to develop a distributed application with a mobile part (MonoTouch/MonoDroid/WP7), a desktop part (WPF) and the web part (ASP/Silverlight)...
How could I pass a parameter into command like this <TextBox x:Name=\"txtSearch\" /> <Button Content=\"Search\" Name=\"btnSearch\" >
I\'m learning Silverlight for WP7 and stumbled upon the MVVM Light toolkit. I thought it would be a good Idea to learn the newest thing so I installed the V4 Beta. Sadly there isn\'t any documentation
I have this ToggleButton in my WP7 app which I bind to a property in my ViewModel. I also have a command to the ToggleButton which does work when clicking the button.
I am trying to capture the screen whilst my windows mobile application is running. I have this so far but I keep getting an ArgumentException of The parameter is incorrect. What am I doing wrong?
Windows Phone 7.1: How to add/delete items from LongListSelector control? I am using a LongListSelector control from \'Windows Phone Toolkit\'. The control is data bound to a ViewModel inherited from
I would like to build an a开发者_StackOverflow社区pp with an interface with touch-enabled tiles similar to WP7 home screen tiles with a background color and different textblocks. Do you know how can I