Questions tagged [windows-phone-7.1]

Windows Phone 7.1 is the version number of the OS and developer SDK for Windows Phone "Codename Mango". Phones running this operating system are marketed as being "Windows Phone 7.5".

The codename "Mango" update to Windows Phone 7. Made available to developers in June 2011 and scheduled for public availability later in 2011. It contains over 500 new features and 1500+ new APIs.

This tag can be considered a synonym of [windows-phone-7.5] as they both refer to the same thing.

Use of the generic tag [windows-phone-7] is recommended as more people are likely to see such questions. This, hopefully, increases your likelihood of a fast and accurate answer.

More on the confusion between 7.1 & 7.5 can be found at:

More information

Chat Room

Chat about Windows Phone with other Stack Overflow users

See for more information.

1878 questions
6
votes
2 answers

Windows Phone Emulator issue

I'm developing a windows phone application on Visual Studio 2010, Windows 8 x86. I've setup Visual Studio to Run as an administrator. Every time I try to run the windows phone 7 application, i have also updated sdk 7.1.1 but it still gives me this…
6
votes
3 answers

Sending an email in windows phone 8 app with html content set as body to that email?

Hi i am developing an windows phone 8 app , in which i would like to send email from my application . sending an email can be done in this way easily in this way :- EmailComposeTask emailComposeTask = new EmailComposeTask(); emailComposeTask.To =…
user1516781
  • 973
  • 1
  • 20
  • 42
6
votes
3 answers

Pinch To Zoom functionality in windows phone 8

From this post i came to know that there exist some platform improvements for implementing pinch and zoom functionality. By using this new method(ManipulationDeltaEventArgs.PinchManipulation) how i can implement pinch to zoom functionality in…
6
votes
2 answers

How to repeat a single sound without pause by the background audio player?

I need background player to play a single track in a cycle without a pause between end and beginning. How could I implement it? I have tried to implement it by AudioPlayerAgent but it is not able to remove pause which is short but stay here.
Viacheslav Smityukh
  • 5,652
  • 4
  • 24
  • 42
6
votes
1 answer

Pressing multiple buttons simultaneously

In my WP 7.1 app I have a page with multiple buttons. I noticed that while any one button is being pressed, no other button can be pressed. How can I overcome this? I need to be able to allow users to press multiple buttons at the same time.
sternr
  • 6,216
  • 9
  • 39
  • 63
5
votes
2 answers

Scrolling down in windows phone 7 design pane in visual studio

Silly question, but how do you scroll down in the wp7 design pane for visual studio ? I have a lot of StackPanel elements in the page and the design pane only shows the first ones who fit the wp screen. i can't find a way to scroll down to the other…
Michael
  • 22,196
  • 33
  • 132
  • 187
5
votes
2 answers