As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am completely new to windows phone development.
Now I have a PC with windows 7 installed on it. So I only can make apps for windows Phone 7. The apps I make, will they also run on windows phone 8?
And also, do you guys have any good starting tutorials for this?
Thanks in advance !!
WP7 apps will run on WP8. Use your favorite search engine to find tutorials or post a new question explaining what specifically you can't figure out.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a Mac running OSX 10.8 and my question is:
What is a good web development program that I can use to create applications in C# and ASP.Net? Or Somewhat similar to Visual Studio.
I use Visual Studio on Windows and Xamarin on Mac.
Xamarin is suprisingly good :) Not Visual Studio, but they are getting there!
http://xamarin.com/
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm building a C# program like Windows Remote Desktop Connection.
I use Microsft RDP Client Control - version 8 to do that
There are some features I don't know how to do.
Disable (Enable) Desktop Backround
Font Smoothing
Visual style
I've found most of features at AdvancedSettings -> AdvancedSettings8. But I can't find these features there.
Can anybody help me?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to take a screenshot using c# for windows8 in visual studio 2012 express.Api copyfromscreen is not supported in windows8.Is there any other way to take a screenshot programmatically using c# for windows8.Thanks in advance.
The short answer is: it can't be done.
More specifically, Microsoft have specifically restricted the ability of a Metro app to take screenshots, either of themselves or other applications. Desktop applications are still able to access the various methods for taking screenshots, but Metro apps may not. This is by design, and apparently not likely to change.
More information on this can be found in this post on the MSDN Forum. (Linked from Stack Overflow question How to capture the screen in a Metro C# app as mentioned by Olav's comment)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been looking for ways to develop metro style games for Windows 8 in C#. All I can find are tuts explaining how to build games in C++ or JS/HTML5.
I'd really like to continue with C# since I really like the language. What are the recommendations around this topic?
I'd look into SharpDX or MonoGame, both of which have support for Windows 8 Metro style apps.
I'm not sure what the state of XNA is these days.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Does anybody know some XNA 4.0 papers. I'm interested in e-books and other documents/papers. Preferably free....
Non-common websites are also welcome :) (Not returned from google search)
Charles Petzold's new Windows Phone 7 book covers XNA on the phone, that might be useful.
Free download from his site here: http://www.charlespetzold.com/phone/index.html
Microsoft have updated all of the Education catalog to be version 4. I'd start there. At this present time, I don't think that there are any Game Studio 4 books. Maybe only available on pre-order.
Shawn Hargreaves blogged about a free e-book, but I believe it's more for Windows Phone 7 development.