No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky0Votes
More Forums on Silverlight for Windows Phone
In addition to this forum on the Silverlight site (www.silverlight.net), there are more forums about developing Silverlight applications for Windows Phone on App Hub, the developer website ... -
Sticky0Votes
READ: Installation issues with Windows Phone tools and Silverlight 4
Problem: The installation of Windows Phone Developer Tools (WPDT) will fail if you have previously installed the latest update of Silverlight 4, which was published to Microsoft Update on ... -
Sticky0Votes
READ: VISUAL STUDIO 2010 RTM Compatibility Details
Today, Microsoft officially released Visual Studio 2010 in Las Vegas. Visual Studio 2010 is an incredible development environment for Windows Phone 7, and ... -
Sticky0Votes
PLEASE READ: Welcome to Silverlight for Windows Phone!
Welcome to Silverlight for Windows Phone! This forum is dedicated to help you get answers to your questions about Silverlight development for the Windows Phone platform. Please ...
-
Answered2Votes
Pin Application Tile (Primary Tile) to Start Windows Phone 8
I am using Windows Phone 8 SDK with C# and was wondering how to pin the application time (primary tile) to the start screen from code. I know the user can do this manually but I want to do it ...14 Replies | 2873 Views | Created by GettingHelp - Saturday, November 24, 2012 10:47 AM | Last reply by raincast - Wednesday, August 21, 2013 12:48 PM -
Unanswered0Votes
Drop Box API for windows phone 8
hi all, I am new to windows phone development. we are implementing an application, that contains GoogleDrive, SkyDrive, DopBox ...1 Replies | 39 Views | Created by ranjit gs - Tuesday, August 20, 2013 3:42 PM | Last reply by Jambor yao - MSFT - Wednesday, August 21, 2013 5:40 AM -
Answered0Votes
Problem with binding ListPicker to IEnumerable list
Hi, I am developing wp7 application and have a problem with populating ListPicker. There are more than 5 items ListPicker should display so I bind it to IEnumerable list. When I run ...1 Replies | 42 Views | Created by dragy74 - Friday, August 16, 2013 1:52 PM | Last reply by dragy74 - Monday, August 19, 2013 7:19 AM -
Answered0Votes
Limiting shown options on Drop Down Box
Can't seem to find this option anywhere. I have a dropdown box populated and wondering if there's an option I'm missing somewhere. I want to show 4 options and be able to move down and ...3 Replies | 1407 Views | Created by AscensionDev - Tuesday, October 19, 2010 8:42 PM | Last reply by Amit Jakar - Friday, August 16, 2013 8:46 AM -
Unanswered0Votes
How to use ListBox's data template in dynamically generated PivotItems?
I have define a UserControl.Resource as follows: <UserControl.Resources> <DataTemplate ...1 Replies | 80 Views | Created by Rajat Saxena 2 - Saturday, August 10, 2013 8:19 PM | Last reply by pear789 - Wednesday, August 14, 2013 5:09 AM -
Answered0Votes
Windows Phone 8 Stack Trace
Hi I got the following stack trace from one of my windows phone 8 applications which was called from the background agent called ScheduledTaskAgent1 while call a routine UpdateUI() from what I can ...3 Replies | 735 Views | Created by GettingHelp - Tuesday, January 08, 2013 12:11 PM | Last reply by NPadrutt - Wednesday, August 07, 2013 8:27 PM -
Answered0Votes
Items Control binding with Dictionary collection not working
HI, I have used to itemscontrol for using display some text and collection of check boxes. The data template have Label and some CheckBoxes. Label mentioned as ...2 Replies | 63 Views | Created by Abbas.K - Monday, August 05, 2013 11:09 AM | Last reply by yao5461 - Wednesday, August 07, 2013 6:55 AM -
Unanswered0Votes
SHA512 Hash
I need to generate a SHA512 hash within the Windows Phone 7 series platform. I need to use the SHA512 hash to authenticate with a HTTP web service. How can I do ...4 Replies | 3612 Views | Created by Luke R - Wednesday, March 17, 2010 1:54 AM | Last reply by Durga Polisetti - Tuesday, August 06, 2013 2:07 PM -
Unanswered0Votes
animating a grid of an itemscontrol
Hey guys, I'm trying to animate the height of a grid which exist inside of an itemsControl, I tried to do it in the XAML page, but I didn't know where to put my ... -
Discussion0Votes
How to add an image in textbox ?
Hello, I am currently developing an application that contains a chat module. For this module I wanted to provide opportunities for users to insert ...4 Replies | 1370 Views | Created by Yoannv - Tuesday, January 17, 2012 7:55 AM | Last reply by Nitin007Bhosle - Friday, July 12, 2013 7:35 AM -
Answered0Votes
wp8 and sliverlight plugin
Hi i was wondering if the Microsoft program Silverlight will be ported to wp8 as certain sites such has nowtv can not run, although the development apps can be produced in sliverlight and added the ...1 Replies | 171 Views | Created by DannyGelkin - Wednesday, July 03, 2013 11:50 PM | Last reply by Jambor yao - MSFT - Friday, July 05, 2013 8:09 AM -
Answered0Votes
Windows phone 8 ApplicationBar has not displayed while displaying TWO List Pickers in grid row.
Hi All, I am new for Windows phone 8 development, in my application i want to display TWO List pickers in a row on a ListBox control. for that i have created a DateTemplate ...1 Replies | 224 Views | Created by Muppudathi - Thursday, June 20, 2013 6:49 AM | Last reply by Jambor yao - MSFT - Wednesday, June 26, 2013 10:07 AM -
Answered0Votes
Set MaxWidth of a textbox to his stackpanel width
<StackPanel Orientation="Horizontal"> <Image Width="24" Height="24"> <TextBox Width="Auto" ...1 Replies | 295 Views | Created by Cadei Marco - Thursday, June 13, 2013 11:13 AM | Last reply by Chintan982 - Thursday, June 13, 2013 1:38 PM -
Answered0Votes
how to use https in windows phone
As the describtion of the title, how to use https in windows phone? As the same as the usage of http?1 Replies | 243 Views | Created by Edward_jie - Wednesday, June 12, 2013 8:21 AM | Last reply by Yanping Wang - Thursday, June 13, 2013 3:41 AM -
Answered0Votes
Barcode reader problem
We used several barcode readers in our project. And they work fine. But the problem is that we do not know one data string comes from which barcode reader. What can we do to solve this problem?3 Replies | 413 Views | Created by matcooper - Friday, May 24, 2013 3:56 AM | Last reply by judy321 - Tuesday, June 04, 2013 2:16 AM -
Unanswered1Votes
Change Orientation of Photocamera
Hello, I am developing an application which takes the PhotoCamera.GetPreviewBufferY() in a loop and does some image processing. My problem is I can change ...2 Replies | 318 Views | Created by Deepak123a - Sunday, May 26, 2013 6:53 AM | Last reply by Deepak123a - Monday, June 03, 2013 7:44 AM -
Answered0Votes
Wierd issue with WP7 ScrollViewer not working in Landscape when Opacity is not 1... bug?
Hi all... I am working on WP7 app and am seeing weird behavior. The code below is a simple textblock inside a scrollviewer. It works correctly when in Portrait mode, but in Landscape mode, it ...1 Replies | 297 Views | Created by cthomsen_31 - Thursday, May 30, 2013 6:44 AM | Last reply by Jambor yao - MSFT - Friday, May 31, 2013 7:18 AM -
Unanswered0Votes
how to protect my xap?
I am developing an application for a Bank. And now my custom want to know some solution about protecting xap from being attacked by some hacker. But i doesn't find any related articles about this ...2 Replies | 287 Views | Created by Edward_jie - Tuesday, May 28, 2013 2:17 PM | Last reply by Edward_jie - Friday, May 31, 2013 5:16 AM -
Answered0Votes
ServicePointManager class for Windows Phone
Can anyone tell me any alternate class for "ServicePointManager" for Windows Phone 7/8 I want to achieve same functionality as ServicePointManager.Except100Continue = ...1 Replies | 296 Views | Created by AnKiIiNeM - Wednesday, May 29, 2013 10:15 AM | Last reply by Jambor yao - MSFT - Thursday, May 30, 2013 6:20 AM -
Answered0Votes
Json in Windows Phone 7
I want to send my url to php page or web page using windows phone 7.. but i am not able to do it..if anyone know means please help me...1 Replies | 408 Views | Created by Suray Mdu - Thursday, May 16, 2013 7:52 AM | Last reply by aking wang - Friday, May 17, 2013 7:20 AM - Items 1 to 20 of 1267 Next ›