Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Related Articles
Various Types of Panels in XAML Layout using for WindowsPhone Application?
How to detect WindowsPhone OS version using c#?
+3
votes
344
views
How to detect WindowsPhone OS version using c#?
windowsphone
xaml
c#
posted
Jul 2, 2015
by
Karthi Kumar
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
Please use this code in C#:
string OSVersion = Environment.OSVersion.Version.ToString(); MessageBox.Show(OSVersion);
answer
Jul 3, 2015
by
Jdk
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
+1
vote
WindowsPhone Styles:Get and apply Explicit style with c#?
+2
votes
WindowsPhone:How to detect which button was clicked in code behind c#?
+3
votes
Explain WindowsPhone Application/Global variable?
+1
vote
In WindowsPhone how toDisable the Screenshot Functionality using c#?
+2
votes
In WindowsPhone:How to find Difference between two dates c#?
...