I wrote a application for windows phone 7 which search my database online and opens a link in Internet explorer by WebBrowserTask. When the internet explorer opens my application minimizes which is us
I am using Xelement - Linq to XML to parse some an RSS feed. Rss Example: <item> <title>Waterfront Ice Skating</title>
I would like to know what sort of CSS3 transformation properties are Hardware Accelerated in the latest IE in Windows Phone 7 Mango update. This informat开发者_如何转开发ion seems nowhere to be found.
i installed the august 2011 windows phone silverlight toolkit from http://silverlight.codeplex.com/ .
I have a WP7 app that gets data from a DataContext. Say that I have a class Country { String country_name;
Hi i am learningwindows phone 开发者_JAVA技巧7. Can any body tell me the wayto display, windows phone 7
Hi at present I am using a grid with Image and two Buttons for showing a custom message box in my WP7 application 开发者_JS百科whose visibility is collapsed at first. All is working fine but I have to
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.
i design page bellow code. <ScrollViewer VerticalScrollBarVisibility=\"Visible\" Grid.Row=\"1\" x:Name=\"svProduct\">
I\'m playing a little with the new Mango APIs. I\'m trying to update the application tile using a Background Agent.