windows-phone-7.1
WP7 - Controlling the BackgroundAudioPlayer form the Foreground app
All the samples I have seen so far are of AudioPlaybackAgents with hardcoded lists of songs. I need to control the list from the foreground app. Seems like an obvious requirement to me.[详细]
2023-04-13 07:15 分类:问答CivicAddressResolver IsUnknown is always true even in Windows Phone 7.1 (Mango)?
Is anyone succesful开发者_StackOverflow中文版 getting address information from CivicAddressResolver? I am testing in samsung focus.[详细]
2023-04-13 06:00 分类:问答Populating a listbox from an aysnc httpwebrequest
I\'m currently doing a little project that grabs an XML document, parses it via Linq (picking certain elements) and then binds it to a listbox via an async httpwebrequest.[详细]
2023-04-12 17:17 分类:问答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 分类:问答read local image in wp7
In my app i need to open a local image for cropping. I tried this by setting 开发者_Go百科the path of the image as source to a BitmapImage but it raising an error. How i can read and assign that local[详细]
2023-04-12 07:02 分类:问答Start/Stop DispatcherTimer from a different thread
Here is my code.. public DispatcherTimer tmr = new DispatcherTimer(); void somefunction (parameters){ if (something)[详细]
2023-04-12 02:13 分类:问答Example of using Prism 4 for Windows Phone 7
Is there a simple example of using the Prism 4 MVVM framework for Windows Phone 7? And the tests have written, and documentation -- but most important - 开发者_如何学GoEXAMPLES are absent.[详细]
2023-04-12 00:54 分类:问答I need a DB in my windows phone app(mango) - How can I put a DB in the sandbox and use it
I found some articles in the net te开发者_如何学运维lling that the mango version may have a sqlserver version for windows phone.[详细]
2023-04-11 17:26 分类:问答Using Isolated Storage Images in the HubTiles
I let the users take images in my app and save the images in the Isolated Storage. I also use HubTiles in my app but the HubTiles use a Uri in their Source property but it can\'t recognize the isostor[详细]
2023-04-11 14:07 分类:问答How can I get the page title in WebBrowser control?
How can I get the page title in a WebBrowser control when I navigate to different websites? xmlns xmlns:phone=\"clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone\"[详细]
2023-04-11 12:15 分类:问答