0
votes
1answer
18 views

How to show html file with background image in wp7?

I want to load local html file in web browser with background image which is also local.please anybody help me how to do that. i am using below code to load local html file in web browser. var rs = ...
-1
votes
1answer
31 views

WP7 maximum application name length

I have to prepare names for application in different languages, the problem is sometimes name is too long and we cant find maximum length. Name of application visible on market is taken from xap file, ...
0
votes
1answer
71 views

WP - Marketplace misssing required metadata

I tried to publish my windows phone app on marketplace but I have this error and I cant figure out how can I repair it: Submission errors MyAppWinPhone.xap Czech Missing ...
1
vote
1answer
55 views

Localization in Portable Libraries

I am trying to use PL in my projects and now I stuck with localization. I moved with my Resources and LocalizedStrings to PL project. My LocalizedStrings look like this: namespace ...
0
votes
1answer
65 views

Design My Windows Store App in Potrait

I am a Windows Phone developer and just started with Windows Store Apps. I want my app to only work in Portrait Mode even when the device is tilted to Landscape (I don't want the app to change to ...
0
votes
2answers
126 views

windows store api to access metro and phone apps information

May I know is there any official microsoft api for metro and phone apps which we can connect and get information about apps, downloads, publishers etc. I think live api is only for app to connect ...
0
votes
1answer
63 views

XAMl version Syntax in Windows Store apps and Windows Phone?

AS known in Windows Store apps and Windows Phone apps i can write my views using XAML , so i have aquestion: are XAMl of every type of apps is based on specific version of silverlight? or it is ...
0
votes
1answer
324 views

“Rate It” link for windows phone market place

I am introducing a link(button) from WP7(c#+xna) game which needs to directly go to GAME RATE screen where people can rate it. but i am not sure where can i find. Please let me know where i would ...
1
vote
1answer
317 views

Can i use windows phone 7 app on windows 8 app store

I developed almost 20 apps on windows phone 7 it also work on windows phone 8 , now i want to upload that apps in windows 8 store . Can i upload all my apps on windows 8 app store or i have to made ...
0
votes
1answer
94 views

Is there additional fee for free app submit-ion on windows store market

I read this on wiki http://en.wikipedia.org/wiki/Windows_Phone_Store "There's a limit of 100 free submissions for free apps; thereafter, there's a fee of $19.99 per submission for free apps" And ...
0
votes
0answers
24 views

Substitute of CaretBrush in windows store application

Can anyone tell that what is the substitute of CaretBrush property of textbox in windows store application?
0
votes
1answer
318 views

Change selected ListviewItem style in c#

I am working on a module in windows store application, where I am using listview control to show items in the list, whenever an item is selected, it gets highlighted with purple color and a tick bar ...
1
vote
1answer
313 views

Upload picture in Assets folder in windows store application

I am developing a windows store application, where I need to upload an image and save it in Assets folder. I am new in C#. Here is my code. var picker = new FileOpenPicker(); ...
2
votes
2answers
154 views

Show a textblock if an ObservableCollection is Empty

I want to show a textblock that says "you have no data" when a collection that should be shown is empty. I can easily get this to work on page load by using a converter, but since that doesn't get ...
0
votes
1answer
104 views

Windows Store account and Windows Phone Store account

A week back I purchased dev account to deploy my windows phone app. But while testing on my mobile I am getting device is not registered. When I reviewed my billing info, it says Item(s) Developer ...
2
votes
1answer
148 views

Can I use the “dynamic” keyword in a Portable Class Library?

I'm creating a portable class library that is targeting : .NET 4.5 Windows Store Apps Windows Phone 7.5+ Silverlight 5 Can I safely use the "dynamic" keyword in that library?