windows-phone-7
Encoding.ASCII.GetString() in Windows Phone Platform
byte[] tagData = GetTagBytes(tagID, out tiffDataType, out numberOfComponents); string str = Encoding.ASCII.GetString(tagData);[详细]
2023-04-12 12:50 分类:问答WCF Web API, Hammock and WP7 Woes
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[详细]
2023-04-12 12:20 分类:问答How do I download images (jpg) via a webclient and save to isolated storage on Windows Phone 7?
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[详细]
2023-04-12 11:52 分类:问答How to factorize definition of C# projects (csproj) between platforms (MonoTouch/-Droid/WP7)
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)...[详细]
2023-04-12 11:28 分类:问答Passing a TextBox.Text into command
How could I pass a parameter into command like this <TextBox x:Name=\"txtSearch\" /> <Button Content=\"Search\" Name=\"btnSearch\" >[详细]
2023-04-12 11:13 分类:问答IDataService in MVVM-Light toolkit V4 Beta
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[详细]
2023-04-12 09:58 分类:问答Binding ToggleButton's IsChecked property in WP7
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.[详细]
2023-04-12 08:13 分类:问答Windows Phone 7 - Capture Screen
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?[详细]
2023-04-12 08:01 分类:问答Windows Phone 7.1: How to add & delete items from LongListSelector control?
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[详细]
2023-04-12 07:39 分类:问答Building a WP7 app with tiles using standard controls
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[详细]
2023-04-12 07:00 分类:问答