Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
When I run the Windows 8 phone emulator I lose internet on my PC. I am wireless network btw.
I am on Windows 8 with Visual Studio 2012.
Use a cabled network connection. I'm serious, we had everybody in the office switch to cables when we started using the WP8 SDK half a year ago.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am working on a windows application(C#) to monitor computers. Are there any way to get current power usage in windows ?
This is simply not supported under Windows. MS documents their PowerManagement API
I walked through every subheading, and nowhere can such detail be monitored. If the system is on battery and you poll the %battery remaining (which is not terrible accurate), you would know about as much as is possible through the API
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Is it possible to port my windows phone 8.1 (universal) app to Android? without using Xamarin.
thanks
You can't. There is not such thing that converts one os native app into other os nativ app. You can write for example in phonegap to support many os with same code, but this is other approach. I think if you manage to write such a system that can covert one native app into another you will be rich man.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I am using Windows 8.1 64 bit OS. Planning to develop Windows Mobile Apps.
I have Visual Studio 2013.
No. See here for the system requirements; 4GB is required.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm a developer and i'm not designer at all :)
I developped application for windows phone and windows store but i always has difficulties when it comes to create image in different size (splashscreen, tile, badge, etc...)
Is there an application that generate all the size needed for a windows store app based on given image?
Thank you,
Kind Regards.
Metro Studio 2 is great tool that has large number of icons/images available
. Take a look.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How do I program for windows 7 logon screen (not simply subtitude the background image)..Like I want it to authenticate with a RFID reader.Am I able to do that?I know XP could do this.But I found nothing relative to Windows 7 on google.
Back in the 2K/XP day this was done by implementing a GINA, but that disappeared with Vista. Now you need to use Credential Providers instead. This article might get you started in the right direction.