Questions tagged [windows-phone-7]

Windows Phone is Microsoft's, now deprecated, mobile operating system and software development platform. Use this tag for questions specific to Version 7.x

Windows Phone is a mobile operating system developed by Microsoft, and is the successor to its Windows Mobile platform. Supported platforms for building applications for Windows Phone include Microsoft Silverlight for traditional applications and Microsoft XNA for games. This platform is no longer supported by Microsoft and should be considered obsolete.

Development on the Windows Phone platform is only supported in managed languages, using either Silverlight or XNA. With the 7.1 SDK update, Silverlight applications can be integrated with XNA.

Windows Phone 7 featured a new user interface, based upon Microsoft's Windows Phone design system, codenamed and commonly referred to as Modern UI (previous name was Metro). The home screen, called the "Start screen", is made up of "Live Tiles", which have been the inspiration for the Windows 8 live tiles.

NOTE: With the 7.1 SDK, the ID_CAP_INTEROPSERVICES capability was removed, rendering third-party support for COM interop unusable. The native (unmanaged) layer is currently only available to OEMs.

External Resources

More information

See for more information.

19750 questions
4
votes
1 answer

How can I check when the databinding of a list is complete? (wp7)

I have a pivot control where its item contains a listbox with items. When I scroll to the next pivot item the data binding takes some time, and I want to know when the data binding is complete because I need to enable the menu bar, as soon as the…
johnX99
  • 73
  • 1
  • 5
4
votes
1 answer

WP7 Bing Map Pushpin - how to tweak the location of the custom pushpin?

Ok, simple question, but I haven't found the obviously easy answer yet! I have a Windows Phone 7 app with map integration, with a set of pushpins on the map. The pushpin is custom (just a ellipse/circle). Unfortunately, the location of the custom…
pearcewg
  • 9,413
  • 20
  • 76
  • 123
4
votes
1 answer

Any way to set the WP7 Webbrowser control height Dynamically and lock scrolling?

I need to display a html string in a WebBrowser control, but it can be of variable length, and isn't the only thing on the screen. So, I need to be able to set the width corresponding to the actual content of the message. WebBrowser has the…
William Melani
  • 4,270
  • 1
  • 19
  • 43
4
votes
1 answer

ListBox ItemsSource binding working through code but not through XAML

I have this XAML: The code behind assigns the datacontext of the page to the view model: DataContext =…
siger
  • 2,872
  • 1
  • 23
  • 37
4
votes
4 answers

How can I playback an audio stream from a Icecast on WP7

How can I playback an audio stream from a Icecast on WP7 I have tried SMF, SmoothStreaming Client and the MediaElement. None of these have worked. The formats are either asx or and wma. Edit: Recently I found a new stream. this stream works when I'm…
Alexandre Brisebois
  • 6,239
  • 12
  • 47
  • 68
4
votes
1 answer

windows phone 7 picture metadata

Is there a way to read picture data such as date picture taken, filename, GPS location and other information that is stored inside the images that stored in the medialibrary?
Mouffette
  • 732
  • 1
  • 7
  • 19
4
votes
1 answer

My page transitions looking clunky - how should I do page to page animations?

I have a an app that has several pages. When I move between pages (using the NavigationService) I have an animation that makes the text fly out - think standard WP animations or Zune Client. The animations themselves look reasonable but the…
will
  • 3,741
  • 5
  • 31
  • 47
4
votes
1 answer

WP7 - Dynamically change the startup page depending on setting

Is it possible to change the startup page based on a setting in a windows phone 7 application? For example, an app with 2 pages. Lets say Movies, and News. I'd like the user to be able to select which of the 2 pages they want to be shown first…
Adam
  • 2,975
  • 5
  • 31
  • 59
4
votes
3 answers

Find tones for several octaves of musical notes?

I am building a Windows Phone 7 app that plays musical notes. I would like to find some good .wav, .mp3, or .midi files that I can use. I've looked around, but haven't found anything. Any suggestions for where to look? I've also looked at .NET…
Nick Heiner
  • 108,809
  • 177
  • 454
  • 689
4
votes
7 answers

Can an exception be thrown upwards

I have these two methods I am working on. One saves and one loads. Obviously both need some sort of error handling so I have implemented some "catch all handling". Now the heel of the hunt is, what happens next is contextual to where, during…
deanvmc
  • 5,401
  • 5
  • 35
  • 66
4
votes
2 answers

How to Implement the given-Solution to solve circular Navigation problem

This Circular Navigation solution from The link : http://create.msdn.com/en-us/education/catalog/article/nln-serv-wp7 To implement this given-solution , user must do these for the current project: 1.Must use the WindowsPhoneRecipes Namespace in all…
MilkBottle
  • 3,942
  • 11
  • 51
  • 129
4
votes
1 answer

WP7 - Scrolling ListBox in external ScrollViewer

I have the following page layout in my application:
Praetorian
  • 100,267
  • 15
  • 224
  • 307
4
votes
1 answer

How to implement tap-and-hold context menus on WP7

The main UI on WP7 uses tap-and-hold everywhere to implement context menus. I have a ListBox that uses DataTemplates for the items. I would like to have a behavior identical to the app list on the main UI. That is, when the user holds down on an…
Frank Krueger
  • 64,851
  • 44
  • 155
  • 203
4
votes
1 answer

Adding WP7 ContextMenu programmatically

I'm loading elements on a page dynamically (reading the contents of an XML file). The dynamic content is loaded into a StackPanel. Each element of the content consists of a TextBlock and one other UI element, so for each pair I create a new…
Praetorian
  • 100,267
  • 15
  • 224
  • 307
4
votes
1 answer

How to load XML file located inside the folder of the application in window phone 7?

I am developing window phone 7 application. I am new to the window phone 7 application. I have added XML file in my project by right clicking the project & selecting the Add -> New Item. I can then easily load the XML file in my application by using…
Shailesh Jaiswal
  • 3,392
  • 13
  • 66
  • 117
1 2 3
99
100