Skip to main content

Questions tagged [windows-phone-8]

Windows Phone 8 is a version of Windows Phone (Oct 29, 2012 - present) that succeeds Windows Phone 7.5 and includes many new features.

0 votes
0 answers
24 views

How did windows application "phone link" open the webpage automaticly can IT also open the files on our computer

using your phone to single click the link and send to the computer,it can open the browser and the webpage including the webpage cache like video Progress bar; i wonder why can it open the browser ...
123 123's user avatar
  • 23
0 votes
0 answers
258 views

Possible to create an app on Windows Phone (WP) using Visual Studio 2022 or later

If the answer to my question is no, just say it and I'll mark this question as resolved/closed. Otherwise, how can I attempt to write code to Windows Phone (WP) mobile OS using Visual Studio 2022 or ...
Birdie's user avatar
  • 47
0 votes
2 answers
212 views

Development of old window phone Apps using flutter

can I ask I still have a hope that my old window phone can be back to life again... can I develop Apps for window phones using Flutter.
SameJall's user avatar
  • 113
0 votes
1 answer
254 views

OpenID Connect in c# for Windows Phone app

Is there a way to implement Open Id connect in c# for Windows phone app. I referred this site OpenId Connect but here the implementation is in java,python. I created a google+ authentication in my ...
Mars's user avatar
  • 329
0 votes
1 answer
84 views

How to generate refresh and access token for Windows phone app

I have a windows phone 8 app and I'm trying to do Google Auth. I get to the sign-in page and after signing in it takes me to the consent page. After Clicking on Allow access, I am not getting the ...
Mars's user avatar
  • 329
0 votes
0 answers
72 views

Exception in Json response when Submitting to webapi from WP8

I'm having issue when i try to send data to Web api which gives an exception HRESULT E_FAIL has been returned from a call to a COM component System.Net.Browser.ClientHttpWebRequest....
Udk's user avatar
  • 99
1 vote
0 answers
248 views

Passing Class Object to WCF Service c# wp8

I'm trying to pass the class object via Post Async Method public async void SAveDetails(clsPickList obj) { using (HttpClient client = new HttpClient()) { HttpContent content = new ...
Udk's user avatar
  • 99
0 votes
0 answers
67 views

Identify Store App Type

From Microsoft Store if we select an app to install, how to identify whether the app is built on win 8/8.1/10? Like how to know from seeing the app in store whether it is a metro app or UWP app?
SiD's user avatar
  • 109
0 votes
1 answer
268 views

Why connectivity plugin network handler not working when navigation happens

In case the network connectivity isn’t on to check if it is off, so, that I’m using to connectivity plug in. I'm calling this code in ViewModelLocator class Private static async void ...
Sai Kishore's user avatar
0 votes
1 answer
147 views

How to scroll listbox automatically when Scrollviewer present above it has finished scrolling

I am developing a windows application, I have a Parent scroll viewer and inside it there is child scrollviewer and a listbox. I want to know if there is a way to scroll a listbox(which is fixed in ...
Rachel's user avatar
  • 133
0 votes
0 answers
350 views

Pixel by Pixel color conversion using WriteableBitmap

I am working on a windows application. I want to do a pixel by pixel color change of a PNG from black to white.PNG has a transparent background. For this purpose, I have written a little function, ...
Rachel's user avatar
  • 133
0 votes
1 answer
1k views

Read stream from absolute uri

How to GetResourceStream from absolute uri. When I am running the below code I am getting null in sri. StreamResourceInfo sri = Application.GetResourceStream(new Uri("http://----", UriKind....
Rachel's user avatar
  • 133
0 votes
1 answer
85 views

error unhandled exception during loading desiger for the first time in visual studio 2012

I'm working on visual studio 2012, windows phone sdk 8.0, windows phone emulator 8.0,on windows 8.1 pro. when I launched the visual studio and created a first project in windows phone app , after ...
rubyraj's user avatar
  • 611
0 votes
1 answer
94 views

windows phone emulator not displayed , showing error 0x80131500

during debugging, it is showing error no 0x80131500 in deploying. Emulator is not displayed. i m using windows 8.1 pro ,visual studio 2012 n windows phone sdk
rubyraj's user avatar
  • 611
2 votes
1 answer
105 views

How to get font file from windows phone

I'm creating library in Xamarin platform and I need to get device (android,iOS and windows) font file. In android I can get the font files from/system/fonts folder. Android: string[] fontfiles = ...
sasi kumar's user avatar

15 30 50 per page
1
2 3 4 5
1213