I was wondering if anyone is able to tell me how they were able to make the windows UI in the apps UberMusic? I know it\'s exactly like the windows phone 7 interface and I was wanted to implement t开发
string cstring = e.Result; string[] delim = {\"<br>\",\"*\"}; string[] cstringl = cstring.Split(delim, StringSplitOptions.None);
i have a Panorama control and ListBox controls inside the Panorama. is there any \"event\" that i can hook on to or any way to detect when all the data binding or UI display associated with the Panora
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
Recently in my Country (Egypt) They decided to edit the phone numbers prefix to add an extra number to each cell phone prefix (ex. 011->0111 )
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\"
I\'m making a WP7 that takes an image from either the gallery or the camera and by pressing a button sends it to a webservice by encoding it to a base64 string. I\'m currently using the WP7 Emulator i
I want the corners of my TextBox to have CornerRadius=12. I use the ControlTemplate, everything is fine, but the text in the textbox when I write something shows spaces or dots.
Is there an easy way to create a Share button or link in WP7, like in the Marketplace when you click an app, or like when you view Pi开发者_C百科ctures.I want to be able to share data/link about somet
Here\'s my code: namespace RequestApi { public partial class MainPage : PhoneApplicationPage { private BackgroundWorker bw;